Skip to content

Commit

Permalink
Revert "Change run to exec (publiclab#457)"
Browse files Browse the repository at this point in the history
This reverts commit f494942.
  • Loading branch information
avsingh999 authored Mar 30, 2019
1 parent 9e744b4 commit 35d20c0
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 exec web bash -l -c "CI=true TRAVIS=true rake test:all"
- docker-compose run web bash -l -c "CI=true TRAVIS=true rake test:all"

0 comments on commit 35d20c0

Please sign in to comment.