Skip to content

Commit

Permalink
Add Symfony 4.1 and 4.2 to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
B-Galati committed Aug 4, 2018
1 parent fd24b11 commit 51dc6a2
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,6 @@ language: php
services:
- redis-server

php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- hhvm

matrix:
include:
- php: 5.6
Expand All @@ -24,8 +15,15 @@ matrix:
env: SYMFONY_VERSION="4.0.*"
- php: 7.2
env: SYMFONY_VERSION="4.0.*"
- php: 7.1
env: SYMFONY_VERSION="4.1.*"
- php: 7.2
env: SYMFONY_VERSION="4.1.*"
- php: nightly
env: SYMFONY_VERSION="4.2.*"
allow_failures:
- php: hhvm
- php: nightly

sudo: false

Expand Down

0 comments on commit 51dc6a2

Please sign in to comment.