Skip to content

Commit

Permalink
[Travis] Add missing Symfony versions (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeLoLabs committed Jun 20, 2017
1 parent cbed42d commit 9d542f6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Expand Up @@ -11,4 +11,4 @@ checks:
tools:
external_code_coverage:
timeout: 3600
runs: 9
runs: 10
9 changes: 7 additions & 2 deletions .travis.yml
Expand Up @@ -40,9 +40,14 @@ matrix:
- php: 5.6
env: SYMFONY_VERSION=3.2.*
- php: 5.6
env: SYMFONY_VERSION=3.3.*@dev
env: SYMFONY_VERSION=3.3.*
- php: 5.6
env: SYMFONY_VERSION=3.4.*@dev
- php: 7.1
env: SYMFONY_VERSION=4.0.*@dev
allow_failures:
- env: SYMFONY_VERSION=3.3.*@dev
- env: SYMFONY_VERSION=3.4.*@dev
- env: SYMFONY_VERSION=4.0.*@dev

notifications:
email: geloen.eric@gmail.com

0 comments on commit 9d542f6

Please sign in to comment.