Skip to content

Commit a52ad29

Browse files
committed
Added - docker-compose run web bundle exec rake db:test:load
1 parent 9dc7fa9 commit a52ad29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ before_script:
1717
- # The detached `up` also runs entrypoint — but because it's detached,
1818
- # bundle install doesn't finish before shell moves on to next commands.
1919
- docker ps
20+
- docker-compose run web bundle exec rake db:test:load
2021

2122
script:
2223
- docker-compose run --no-deps web bundle exec rspec --format documentation

0 commit comments

Comments
 (0)