Browse Source

Failures for PHP 5.6 on Travis CI are not allowed anymore.

Daniele Alessandri 11 years ago
parent
commit
c90fbfc0ff
1 changed files with 0 additions and 1 deletions
  1. 0 1
      .travis.yml

+ 0 - 1
.travis.yml

@@ -15,6 +15,5 @@ services: redis-server
 script: phpunit -c phpunit.xml.travisci
 matrix:
   allow_failures:
-    - php: 5.6
     - php: hhvm
   fast_finish: true