Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Nth time is a charm?
  • Loading branch information
gggeek committed Mar 21, 2015
1 parent 9423ab9 commit c19e9f6
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 HTTPSVERIFYHOST=0 SSLVERSION=3
phpunit tests LOCALSERVER=localhost URI=/demo/server/server.php HTTPSSERVER=localhost HTTPSURI=/demo/server/server.php PROXY=localhost:8080 HTTPSVERIFYHOST=0 HTTPSIGNOREPEER=1 SSLVERSION=3

after_failure:
- cat apache_error.log
Expand Down

0 comments on commit c19e9f6

Please sign in to comment.