Skip to content

Commit

Permalink
Updates Travis Config ruby -v
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiru Njuguna committed Oct 26, 2018
1 parent 7e53605 commit 7abd26b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ rvm:
services:
- postgresql
before_script:
- psql -c 'create database travis_ci_test;' -U postgres
# - psql -c 'create database travis_ci_test;' -U postgres
script:
- RAILS_ENV=test bundle exec rake db:migrate --trace
- bundle exec rake db:test:prepare
- bundle exec rspec
# - RAILS_ENV=test bundle exec rake db:migrate --trace
# - bundle exec rake db:test:prepare
# - bundle exec rspec

0 comments on commit 7abd26b

Please sign in to comment.