File tree Expand file tree Collapse file tree 1 file changed +16
-20
lines changed Expand file tree Collapse file tree 1 file changed +16
-20
lines changed Original file line number Diff line number Diff line change 1
1
language : php
2
2
3
3
php :
4
- - 5.3
5
- - 5.4
6
- - 5.5
7
- - 5.6
8
- - hhvm
9
- - nightly
4
+ - 5.3
5
+ - 5.4
6
+ - 5.5
7
+ - 5.6
8
+ - 7.0
9
+ - hhvm
10
10
11
11
sudo : false
12
12
13
13
cache :
14
- directories :
15
- - $HOME/.composer/cache
14
+ directories :
15
+ - $HOME/.composer/cache
16
16
17
17
env :
18
18
- SYMFONY_VERSION=2.7.*
19
19
20
20
matrix :
21
21
include :
22
- - php : 5.3
23
- env : SYMFONY_VERSION=2.3.* COMPOSER_FLAGS="--prefer-lowest"
24
22
- php : 5.6
25
23
env : SYMFONY_VERSION=2.3.*
26
- - php : 5.6
27
- env : SYMFONY_VERSION=2.6.*
28
24
- php : 5.6
29
25
env : SYMFONY_VERSION=2.8.*
30
26
- php : 5.6
31
27
env : SYMFONY_VERSION=3.0.*
28
+ - php : 5.3
29
+ env : SYMFONY_VERSION=2.3.* COMPOSER_FLAGS="--prefer-lowest"
32
30
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
+ fast_finish : true
38
35
39
36
before_install :
40
37
- composer self-update
41
-
42
- install :
43
38
- if [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then echo "memory_limit = -1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi
44
39
- composer require symfony/symfony:${SYMFONY_VERSION} --no-update
45
- - composer update --prefer-source $COMPOSER_FLAGS
40
+
41
+ install : composer update --prefer-source $COMPOSER_FLAGS
46
42
47
43
script : phpunit --coverage-text
48
44
You can’t perform that action at this time.
0 commit comments