Skip to content

Commit

Permalink
Accidently included sudo in circle yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ineentho committed Apr 23, 2015
1 parent 6abd7ad commit 9d32525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ test:
- docker-compose run main ./runtests
post:
- cp nosetests.xml $CIRCLE_TEST_REPORTS
- sudo docker-compose run main bash -c "COVERALLS_REPO_TOKEN=$COVERALLS_REPO_TOKEN coveralls"
- docker-compose run main bash -c "COVERALLS_REPO_TOKEN=$COVERALLS_REPO_TOKEN coveralls"

0 comments on commit 9d32525

Please sign in to comment.