Skip to content

Commit

Permalink
Merge pull request #183 from rmccue/wake-heroku
Browse files Browse the repository at this point in the history
Ensure our Heroku instance is awake
  • Loading branch information
rmccue committed Oct 14, 2015
2 parents 9d09968 + 9634abf commit de80c86
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ before_script:
- export REQUESTS_HTTP_PROXY_AUTH_USER="test"
- export REQUESTS_HTTP_PROXY_AUTH_PASS="pass"

# Ensure the HTTPS test instance on Heroku is spun up
- curl -s -I http://requests-php-tests.herokuapp.com/ > /dev/null

script:
- phpunit --coverage-clover clover.xml

Expand Down

0 comments on commit de80c86

Please sign in to comment.