Skip to content

Commit 4aee972

Browse files
committed
change command use to run migrations
1 parent 7985c9f commit 4aee972

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,5 @@ env:
1515
before_script:
1616
- cp test/dummy/config/database.yml.travis test/dummy/config/database.yml
1717
- 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 ../..
18+
- RAILS_ENV=test bundle exec rake db:migrate
2019
script: "bundle exec rake test"

0 commit comments

Comments
 (0)