Skip to content

Commit 0774d91

Browse files
committed
Update Travis Config
* Explicitely test PHP 7.0 (instead of PHP nightly) * Finish fast (give quicker feedback in PR) * Remove Symfony 2.6 as it reached eom
1 parent 7dbb49e commit 0774d91

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

.travis.yml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ php:
55
- 5.4
66
- 5.5
77
- 5.6
8+
- 7.0
89
- hhvm
9-
- nightly
1010

1111
sudo: false
1212

@@ -19,22 +19,19 @@ env:
1919

2020
matrix:
2121
include:
22-
- php: 5.3
23-
env: SYMFONY_VERSION=2.3.* COMPOSER_FLAGS="--prefer-lowest"
2422
- php: 5.6
2523
env: SYMFONY_VERSION=2.3.*
26-
- php: 5.6
27-
env: SYMFONY_VERSION=2.6.*
2824
- php: 5.6
2925
env: SYMFONY_VERSION=2.8.*
3026
- php: 5.6
3127
env: SYMFONY_VERSION=3.0.*
28+
- php: 5.3
29+
env: SYMFONY_VERSION=2.3.* COMPOSER_FLAGS="--prefer-lowest"
3230
allow_failures:
33-
- php: nightly
34-
- php: 5.6
35-
env: SYMFONY_VERSION=2.8.*
36-
- php: 5.6
37-
env: SYMFONY_VERSION=3.0.*
31+
- php: 7.0
32+
- env: SYMFONY_VERSION=2.8.*
33+
- env: SYMFONY_VERSION=3.0.*
34+
finish_fast: true
3835

3936
# we install our own composer to set memory limit to illimited, because on php 5.3 the memory consumption is gigantic
4037
before_install:

0 commit comments

Comments
 (0)