Skip to content

Commit

Permalink
Run PHP manually
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccue committed Mar 27, 2014
1 parent cd6b39f commit 797f5cf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ language: php
before_script:
# Setup Coveralls and httpbin-php
- phpenv local 5.5
- which php
- php --version
- composer install --dev --no-interaction
- sudo PATH=$PATH vendor/bin/start.sh
- phpenv which php
# - sudo PATH=$PATH vendor/bin/start.sh
- sudo $(phpenv which php) -S 0.0.0.0:80 vendor/bin/serve.php &
- export REQUESTS_TEST_HOST_HTTP=localhost
- phpenv local --unset
- phpenv which php

# Work out of the tests directory
- cd tests
Expand Down

0 comments on commit 797f5cf

Please sign in to comment.