Skip to content

Commit

Permalink
Merge pull request #14 from bountin/master
Browse files Browse the repository at this point in the history
Update tested PHP versions
  • Loading branch information
hakito authored May 30, 2017
2 parents 79595ec + 6fd1e22 commit f21c859
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
language: php
php:
- 7.1
- 7.0
- 5.6
- 5.5
- 5.4
- 5.3
- hhvm
- 5.3
- nightly
matrix:
include:
- dist: trusty
php: hhvm
sudo: required
allow_failures:
- php: nightly
before_script:
- composer install --dev
- composer update satooshi/php-coveralls --dev
Expand Down

0 comments on commit f21c859

Please sign in to comment.