Skip to content

Commit

Permalink
Merge pull request #255 from ruudk/patch-1
Browse files Browse the repository at this point in the history
Travis > Test PHP 7.2
  • Loading branch information
renatomefi authored and mcg-web committed Dec 12, 2017
1 parent 7a124ed commit 2b5fa12
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,23 @@ matrix:
- php: 7.0
env: SYMFONY_VERSION=3.2.*
- php: 7.1
- php: 7.2
env: PHP_CS_FIXER=true
- php: 7.1
env: SYMFONY_VERSION=3.3.* TEST_COVERAGE=true
- php: 7.1
- php: 7.2
env: SYMFONY_VERSION=3.3.*
- php: 7.2
env: SYMFONY_VERSION=3.4.* GRAPHQLPHP_VERSION=0.10.0 DEPENDENCIES=dev
- php: 7.1
env: SYMFONY_VERSION=4.0.* DEPENDENCIES=dev
- php: 7.2
env: SYMFONY_VERSION=4.0.* TEST_COVERAGE=true
- php: 7.2
env: SYMFONY_VERSION=4.1.* DEPENDENCIES=dev
- php: nightly
env: COMPOSER_UPDATE_FLAGS=--ignore-platform-reqs
allow_failures:
- php: 7.2
env: SYMFONY_VERSION=4.1.* DEPENDENCIES=dev
- php: nightly
env: COMPOSER_UPDATE_FLAGS=--ignore-platform-reqs

cache:
directories:
Expand Down

0 comments on commit 2b5fa12

Please sign in to comment.