Browse Source

Run tests against 7.2 not 7.3.0-dev

antograssiot 8 years ago
parent
commit
592ce8f021
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

@@ -4,7 +4,7 @@ php:
   - 7.0
   - 5.6
   - 7.1
-  - nightly
+  - 7.2
 
 dist: trusty
 
@@ -34,7 +34,7 @@ matrix:
   fast_finish: true
 
   allow_failures:
-    - php: nightly
+    - php: 7.2
 
   include:
     - php: 7.0