Attempt at fixing Travis for php 7.2
[plcapi.git] / .travis.yml
index 0c518d0..3944cfc 100644 (file)
@@ -1,6 +1,6 @@
 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...
+# 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
 
 php:
@@ -11,7 +11,7 @@ php:
   - 7.0
   - 7.1
   - 7.2
-  # hhvm is not available any more on default travis images
+  # hhvm is not available any more on Precise images
   #- hhvm
 
 before_install: