Skip to content

Commit

Permalink
Corrected Travis config correctly (hopefully)
Browse files Browse the repository at this point in the history
Signed-off-by: Hannes Kindströmmer <[email protected]>
  • Loading branch information
brolaugh committed Mar 15, 2017
1 parent 4f5a65f commit 3a50818
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
Expand Up @@ -9,10 +9,9 @@ php:
matrix:
fast_finish: true
allow_failures:
- php:
- '7.0'
- nightly
- hhvm
- php: '7.0'
- php: nightly
- php: hhvm

before_script:
- composer install --ignore-platform-reqs
Expand Down

0 comments on commit 3a50818

Please sign in to comment.