Skip to content

Commit

Permalink
2nd try at local https on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
gggeek committed Mar 21, 2015
1 parent ca57a23 commit d4600d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -27,7 +27,7 @@ before_script:

script:
# to have code coverage: --coverage-clover=coverage.clover
phpunit tests LOCALSERVER=localhost URI=/demo/server/server.php HTTPSSERVER=localhost HTTPSURI=/demo/server/server.php PROXY=localhost:8080
phpunit tests LOCALSERVER=localhost URI=/demo/server/server.php HTTPSSERVER=localhost HTTPSURI=/demo/server/server.php PROXY=localhost:8080 HTTPSIGNOREPEER=1

after_failure:
- cat apache_error.log
Expand Down

0 comments on commit d4600d3

Please sign in to comment.