Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Commit

Permalink
Start officially supporting PHP 7
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterj committed Sep 19, 2015
1 parent e0b1c0e commit 0b65426
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Expand Up @@ -19,16 +19,15 @@ env:

matrix:
include:
- php: 5.3
env: SYMFONY_VERSION=2.3.* COMPOSER_FLAGS="--prefer-lowest"
- php: 5.6
env: SYMFONY_VERSION=2.3.* SYMFONY_DEPRECATION_HELPER=weak
- php: 5.6
env: SYMFONY_VERSION=2.8.*
- php: 5.6
env: SYMFONY_VERSION=3.0.*
- php: 5.3
env: SYMFONY_VERSION=2.3.* COMPOSER_FLAGS="--prefer-lowest"
allow_failures:
- php: 7.0
- env: SYMFONY_VERSION=2.8.*
- env: SYMFONY_VERSION=3.0.*
fast_finish: true
Expand Down

0 comments on commit 0b65426

Please sign in to comment.