Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
eoinkelly committed May 18, 2015
1 parent 85d08cc commit 65e2832
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,9 @@
language: ruby language: ruby
cache: bundler
bundler_args: --without development
rvm: rvm:
- 2.1.2 - 2.1.2
before_script: before_script:
- psql -c 'create database travis_ci_test;' -U postgres - "cp config/database.travis.yml config/database.yml"
- cp config/database.travis.yml config/database.yml - "psql -c 'create database travis_ci_test' -U postgres"
script: bundle exec rspec spec script: RAILS_ENV=test bundle exec rake db:migrate db:test:prepare spec

0 comments on commit 65e2832

Please sign in to comment.