Skip to content

Commit 2f76914

Browse files
committed
Sync travis config with CMF packages
1 parent 3a3f938 commit 2f76914

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.travis.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,15 @@ cache:
1313
- $HOME/.composer/cache/files
1414

1515
env:
16-
- SYMFONY_VERSION=3.0.*
16+
- SYMFONY_VERSION=3.2.*
1717

1818
matrix:
1919
include:
20-
- php: 7.0
21-
env: DEPS=dev
20+
- php: 7.1
21+
env: SYMFONY_VERSION=3.3.* DEPS=dev
2222
- php: 5.5
23-
env: COMPOSER_FLAGS="--prefer-lowest"
24-
- php: 7.0
25-
env: SYMFONY_VERSION=2.8.*
26-
- php: 7.0
23+
env: SYMFONY_VERSION=2.8.* COMPOSER_FLAGS="--prefer-lowest"
24+
- php: 7.1
2725
env: SYMFONY_VERSION=3.1.*
2826
fast_finish: true
2927

0 commit comments

Comments
 (0)