Skip to content

Commit

Permalink
Update travis to pass >= php 7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
mosbth committed Apr 23, 2018
1 parent 535f3ab commit 92cfe4d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
language: php

php:
- 5.6
#- 5.6
- "7.0"
- "7.1"
- "7.2"
- hhvm
- nightly

Expand All @@ -29,19 +30,16 @@ addons:

matrix:
allow_failures:
- php: "7.0"
- php: "7.1"
- php: nightly
- php: hhvm



before_script:
- make install
- make install check


script:
- make check
- make test


Expand Down

0 comments on commit 92cfe4d

Please sign in to comment.