Browse Source

Test against PHP nightly

Cees-Jan Kiewiet 8 years ago
parent
commit
a2ebb388fb
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .travis.yml

+ 3 - 0
.travis.yml

@@ -4,6 +4,7 @@ php:
   - 7.0
   - 5.6
   - 7.1
+  - nightly
 
 dist: trusty
 
@@ -31,6 +32,8 @@ cache:
 
 matrix:
   fast_finish: true
+  allow_failures:
+    - php: nightly
 
   include:
     - php: 7.0