Skip to content

Commit

Permalink
Preserve path when sudoing
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccue committed Mar 25, 2014
1 parent f015b1c commit cd6b39f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ before_script:
- which php
- php --version
- composer install --dev --no-interaction
- sudo vendor/bin/start.sh
- sudo PATH=$PATH vendor/bin/start.sh
- export REQUESTS_TEST_HOST_HTTP=localhost
- phpenv local --unset

Expand All @@ -16,7 +16,7 @@ script:
after_script:
- cd ..
- phpenv local 5.5
- sudo vendor/bin/stop.sh
- sudo PATH=$PATH vendor/bin/stop.sh
- php vendor/bin/coveralls -v
- phpenv local --unset
php:
Expand Down

0 comments on commit cd6b39f

Please sign in to comment.