Skip to content

Commit

Permalink
fixed Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
craue committed Sep 4, 2017
1 parent b72c35a commit e5745e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -17,6 +17,7 @@ matrix:
dist: precise
env: DEPS='lowest' SYMFONY_DEPRECATIONS_HELPER='2'
- php: 5.6
dist: precise
env: DEPS='unmodified'
- php: 5.6
env: SYMFONY_VERSION='2.7.*' PARAM_DB_DRIVER='pdo_sqlite'
Expand All @@ -25,8 +26,10 @@ matrix:
- php: 5.6
env: SYMFONY_VERSION='3.2.*'
- php: 5.6
dist: precise
env: SYMFONY_VERSION='3.3.*'
- php: 5.6
dist: precise
env: SYMFONY_VERSION='3.4.*' MIN_STABILITY='dev'
allow_failures:
- env: SYMFONY_VERSION='3.4.*' MIN_STABILITY='dev'
Expand Down

0 comments on commit e5745e1

Please sign in to comment.