more travis
[plcapi.git] / .travis.yml
index 4652e53..9fcb4a6 100644 (file)
@@ -1,3 +1,6 @@
+# NB: we need to use the Trusty images if we want to test on hhvm
+#dist: trusty
+
 language: php
 
 php:
@@ -7,7 +10,7 @@ php:
   - 5.6
   - 7.0
   - 7.1
-  - hhvm
+  #- hhvm
 
 before_install:
   # This is mandatory or the 'apt-get install' calls following will fail
@@ -30,4 +33,10 @@ before_script:
   - ./test/ci/travis/setup_privoxy.sh
 
 script:
-  php -d "include_path=.:./lib:./test" test/testsuite.php LOCALSERVER=localhost URI=/demo/server/server.php HTTPSSERVER=localhost HTTPSURI=/demo/server/server.php HTTPSVERIFYHOST=0 HTTPSIGNOREPEER=1 NOPROXY=1
+  php -d "include_path=.:./lib:./test" test/testsuite.php 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:
+  # Save as much info as we can to help developers
+  - cat apache_error.log
+  - cat apache_access.log
+  - php -i