Skip to content

Commit

Permalink
remove duplicate hhvm line in travis config file
Browse files Browse the repository at this point in the history
Add nightly php as an additional build.  Allow php 5.4 and 5.5 to fail, as they are no longer supported.
  • Loading branch information
triplepoint authored Aug 16, 2017
1 parent 6107236 commit ad75be4
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ language: php
sudo: false

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

before_script:
Expand All @@ -22,4 +23,8 @@ notifications:

matrix:
allow_failures:
- php: '5.4'
- php: '5.5'
- php: nightly
- php: hhvm

0 comments on commit ad75be4

Please sign in to comment.