Skip to content

Commit

Permalink
Added PHP 7.0 and 5.4 allowing to fail (soon to be removed as support…
Browse files Browse the repository at this point in the history
…ed version).
  • Loading branch information
stelgenhof committed Mar 6, 2016
1 parent d3482e7 commit 5c5f3c2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
language: php

php:
- 5.4
- 5.5
- 5.6
- '5.4'
- '5.5'
- '5.6'
- '7.0'
- hhvm
- nightly

Expand All @@ -13,5 +14,5 @@ before_script:

matrix:
allow_failures:
- php: hhvm
- php: hhvm, '5.4'

0 comments on commit 5c5f3c2

Please sign in to comment.