Skip to content

Commit

Permalink
Only install mitmproxy locally
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccue committed Sep 24, 2013
1 parent 0141afb commit 2cd3e8f
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 @@ -4,7 +4,7 @@ before_script:
- composer install --dev --no-interaction
- phpenv local --unset
- cd tests
- pip install mitmproxy
- pip install --user mitmproxy
- utils/proxy/start.sh
script:
- phpunit --coverage-clover clover.xml
Expand Down

0 comments on commit 2cd3e8f

Please sign in to comment.