Skip to content

Commit

Permalink
Update travis.yml with PHP 7.1 (#108)
Browse files Browse the repository at this point in the history
Udated travis.yml to test the codebase against PHP 7.1
  • Loading branch information
DonCallisto authored and Florian Preusner committed Jun 9, 2017
1 parent 50ad418 commit 64884a9
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: php
php:
- 5.6
- 7.0
- hhvm
- 7.1
- nightly

env:
Expand All @@ -27,3 +27,16 @@ matrix:
allow_failures:
- env: SYMFONY_VERSION=dev-master
- php: nightly
include:
- env: SYMFONY_VERSION=2.7.*
php: hhvm
dist: trusty
- env: SYMFONY_VERSION=2.8.*
php: hhvm
dist: trusty
- env: SYMFONY_VERSION=3.0.*
php: hhvm
dist: trusty
- env: SYMFONY_VERSION=3.1.*
php: hhvm
dist: trusty

0 comments on commit 64884a9

Please sign in to comment.