File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 6
6
- 5.5
7
7
- 5.6
8
8
- hhvm
9
+ - nightly
9
10
10
11
sudo : false
11
12
14
15
- $HOME/.composer/cache
15
16
16
17
env :
17
- - SYMFONY_VERSION=2.6 .*
18
+ - SYMFONY_VERSION=2.7 .*
18
19
19
20
matrix :
20
21
include :
@@ -23,20 +24,24 @@ matrix:
23
24
- php : 5.6
24
25
env : SYMFONY_VERSION=2.3.*
25
26
- php : 5.6
26
- env : SYMFONY_VERSION=2.5 .*
27
+ env : SYMFONY_VERSION=2.6 .*
27
28
- php : 5.6
28
- env : SYMFONY_VERSION=2.7 .*
29
+ env : SYMFONY_VERSION=2.8 .*
29
30
- php : 5.6
30
31
env : SYMFONY_VERSION=3.0.*
31
32
allow_failures :
33
+ - php : nightly
34
+ - php : 5.6
35
+ env : SYMFONY_VERSION=2.8.*
32
36
- php : 5.6
33
37
env : SYMFONY_VERSION=3.0.*
34
38
35
39
# we install our own composer to set memory limit to illimited, because on php 5.3 the memory consumption is gigantic
36
40
before_install :
37
41
- curl -sS http://getcomposer.org/composer.phar > composer.phar
38
42
- php composer.phar require symfony/routing:${SYMFONY_VERSION} --no-update
39
- - travis_wait php -d memory_limit=-1 composer.phar update --prefer-dist $COMPOSER_FLAGS
43
+
44
+ install : travis_wait php -d memory_limit=-1 composer.phar update --prefer-dist $COMPOSER_FLAGS
40
45
41
46
script : phpunit --coverage-text
42
47
You can’t perform that action at this time.
0 commit comments