Skip to content

Commit

Permalink
update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeta committed Jan 13, 2017
1 parent f27267f commit d0f357b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
language: ruby
cache: bundler
rvm:
- 2.2.5
- 2.3.1
- 2.2.6
- 2.3.3
before_script:
- psql -c 'create database enju_leaf_dummy_test;' -U postgres
- psql -c 'CREATE DATABASE enju_leaf_dummy_test'
- psql enju_leaf_dummy_test -c 'CREATE EXTENSION pgcrypto'
- bundle exec rake db:migrate
after_script:
- bundle exec codeclimate-test-reporter
Expand Down

0 comments on commit d0f357b

Please sign in to comment.