Skip to content

Commit

Permalink
PHP 7 failures are not allowed anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Molitor committed Jan 10, 2016
1 parent 58f9af6 commit e104456
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: php

php:
- 5.5
- 5.6
- 7
- '5.5'
- '5.6'
- '7.0'
- hhvm

before_script:
Expand All @@ -19,5 +19,4 @@ after_script:

matrix:
allow_failures:
- php: 7
- php: hhvm

0 comments on commit e104456

Please sign in to comment.