Update Travis config
authorgggeek <giunta.gaetano@gmail.com>
Fri, 6 Apr 2018 23:27:22 +0000 (00:27 +0100)
committergggeek <giunta.gaetano@gmail.com>
Fri, 6 Apr 2018 23:27:22 +0000 (00:27 +0100)
.travis.yml

index ca0fb3a..c35c7c8 100644 (file)
@@ -1,8 +1,11 @@
+language: php
+
+# the current Travis VMs are based on Ubuntu Trusty. Alas, those do not have php 5.3 available. So we keep using Precise...
+dist: precise
+
 # NB: we need to use the Trusty images if we want to test on hhvm
 #dist: trusty
 
-language: php
-
 php:
   - 5.3
   - 5.4
@@ -10,6 +13,8 @@ php:
   - 5.6
   - 7.0
   - 7.1
+  - 7.2
+  # hhvm is not available any more on Precise images
   #- hhvm
 
 before_install: