File tree Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Expand file tree Collapse file tree 1 file changed +11
-9
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
4
- 5.5
7
- # 5.6 is tested using composer install
8
- - 7.0
5
+ - 5.6
6
+ # 7.0 is tested using composer install
9
7
- hhvm
10
8
11
9
sudo : false
@@ -17,18 +15,22 @@ cache:
17
15
matrix :
18
16
fast_finish : true
19
17
include :
20
- - php : 5.6
18
+ - php : 7.0
21
19
env : TRANSPORT=jackrabbit COMPOSER_INSTALL=1
22
- - php : 5.6
20
+ - php : 7.0
23
21
env : TRANSPORT=doctrine_dbal COMPOSER_INSTALL=1
24
22
25
23
env :
26
- - TRANSPORT=jackrabbit
27
- - TRANSPORT=doctrine_dbal
24
+ global :
25
+ - SYMFONY_DEPRECATIONS_HELPER=weak
26
+ matrix :
27
+ - TRANSPORT=jackrabbit
28
+ - TRANSPORT=doctrine_dbal
28
29
29
30
before_install :
30
- - composer self-update
31
31
- if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then echo "memory_limit = -1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi
32
+ - phpenv config-rm xdebug.ini || true
33
+ - composer self-update
32
34
33
35
install : if [ "$COMPOSER_INSTALL" != "1" ]; then composer update --no-scripts --prefer-dist; else composer install --no-scripts --prefer-dist; fi
34
36
You can’t perform that action at this time.
0 commit comments