Skip to content

Commit

Permalink
Change run to exec (publiclab#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
sashadev-sky authored and avsingh999 committed Mar 30, 2019
1 parent 333f165 commit f494942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ install:

script:
- sed -ri "s/REPO_TOKEN/$REPO_TOKEN/" .coveralls.yml
- docker-compose run web bash -l -c "CI=true TRAVIS=true rake test:all"
- docker-compose exec web bash -l -c "CI=true TRAVIS=true rake test:all"

0 comments on commit f494942

Please sign in to comment.