Skip to content

Commit

Permalink
Merge pull request #116 from DonCallisto/patch-1
Browse files Browse the repository at this point in the history
Update travis.yml with PHP 7.1
  • Loading branch information
liuggio committed Jun 12, 2017
2 parents 08b68f3 + ed36753 commit a028c00
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Expand Up @@ -12,16 +12,19 @@ php:
- 5.5 - 5.5
- 5.6 - 5.6
- 7.0 - 7.0
- hhvm - 7.1


matrix: matrix:
include: include:
- php: 5.6 - php: 5.6
env: SYMFONY_VERSION="2.8.*@dev symfony/phpunit-bridge:~2.7" env: SYMFONY_VERSION="2.8.*@dev symfony/phpunit-bridge:~2.7"
- php: 5.6 - php: 5.6
env: SYMFONY_VERSION="3.0.*@dev" env: SYMFONY_VERSION="3.0.*@dev"
- php: hhvm
dist: trusty
allow_failures: allow_failures:
- php: 7.0 - php: 7.0
- php: 7.1
fast_finishe: true fast_finishe: true


before_install: before_install:
Expand Down

0 comments on commit a028c00

Please sign in to comment.