Skip to content

Commit

Permalink
Merge pull request #7 from photodude/patch-1
Browse files Browse the repository at this point in the history
Drop HHVM and use the build matrix
  • Loading branch information
NinoSkopac authored May 3, 2018
2 parents edf3c77 + 97cdb3e commit 03dc980
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
language: php
php:
- 7.1
- 7.2
- hhvm
- nightly
sudo: false

matrix:
allow_failures:
- php: hhvm
- php: nightly
script: "composer install && phpunit tests && php example.php"
fast_finish: true
include:
- php: 7.1
- php: 7.2
- php: nightly
allow_failures:
- php: nightly

script: "composer install && phpunit tests && php example.php"

0 comments on commit 03dc980

Please sign in to comment.