We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7985c9f commit 4aee972Copy full SHA for 4aee972
.travis.yml
@@ -15,6 +15,5 @@ env:
15
before_script:
16
- cp test/dummy/config/database.yml.travis test/dummy/config/database.yml
17
- psql -c 'create database lit_test;' -U postgres
18
- - cd test/dummy && RAILS_ENV=test bundle exec rake lit:install:migrations && cd ../..
19
- - cd test/dummy && RAILS_ENV=test bundle exec rake db:migrate && cd ../..
+ - RAILS_ENV=test bundle exec rake db:migrate
20
script: "bundle exec rake test"
0 commit comments