Skip to content

Commit

Permalink
Test supported Symfony versions (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire authored Jan 6, 2017
1 parent 8f68e66 commit 304779b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,13 @@ matrix:
env: SYMFONY_VERSION=2.7.*
- php: 7.1
env: SYMFONY_VERSION=2.8.*
- php: 7.1
env: SYMFONY_VERSION=3.0.*
- php: 7.1
env: SYMFONY_VERSION=3.1.*
- php: 7.1
env: SYMFONY_VERSION=3.2.*@dev
env: SYMFONY_VERSION=3.2.*
allow_failures:
- php: nightly
- env: SYMFONY_VERSION=3.2.*@dev
- env: SYMFONY_VERSION=3.3.*@dev

install:
- composer global require sllh/composer-lint:@stable --prefer-dist --no-interaction
Expand Down

0 comments on commit 304779b

Please sign in to comment.