add master to the test matrix
[m6w6/ext-apfd] / gen_travis_yml.php
index 277c5a924321e8c3a6a4bcdfaf6506f526b92f4f..8537d55f9c6694123be21854a88b48ac737ce1f4 100755 (executable)
@@ -1,5 +1,6 @@
 #!/usr/bin/env php
 # autogenerated file; do not edit
+sudo: false
 language: c
 
 addons:
@@ -14,7 +15,7 @@ env:
 
 $gen = include "./travis/pecl/gen-matrix.php";
 $env = $gen([
-       "PHP" => ["5.4", "5.5", "5.6"],
+       "PHP" => ["5.4", "5.5", "5.6", "master"],
        "enable_debug",
        "enable_maintainer_zts",
 ]);
@@ -26,9 +27,8 @@ foreach ($env as $e) {
 
 before_script:
  - make -f travis/pecl/Makefile php
+ - make -f travis/pecl/Makefile ext PECL=apfd
 
 script:
- - make -f travis/pecl/Makefile ext PECL=apfd
  - make -f travis/pecl/Makefile test
 
-sudo: false