Skip to content

Commit

Permalink
Merge pull request #26 from vojtasvoboda/feature/add-php-versions
Browse files Browse the repository at this point in the history
Add more stable PHP versions to the Travis CI
  • Loading branch information
MiroslavHlavka authored Jul 10, 2019
2 parents c4f551d + 1446225 commit 930f2c0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ php:
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
- hhvm
- nightly
matrix:
allow_failures:
- php: hhvm
- php: nightly
script:
- make test

0 comments on commit 930f2c0

Please sign in to comment.