add master to the test matrix
[m6w6/ext-json_post] / gen_travis_yml.php
index 317855570aaa8e8557b89b560474f5cd78e6404b..e7b7cb4c8b531e43103e0af01f8a242288b0a68a 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",
        "enable_json" => ["yes"],
@@ -27,9 +28,8 @@ foreach ($env as $e) {
 
 before_script:
  - make -f travis/pecl/Makefile php
+ - make -f travis/pecl/Makefile ext PECL=json_post
 
 script:
- - make -f travis/pecl/Makefile ext PECL=json_post
  - make -f travis/pecl/Makefile test
 
-sudo: false