Skip to content

Commit 34c45f2

Browse files
committed
Update Travis config
1 parent 7714fac commit 34c45f2

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

.travis.yml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
language: php
22

33
php:
4-
- 5.3
5-
- 5.4
64
- 5.5
7-
# 5.6 is tested using composer install
8-
- 7.0
5+
- 5.6
6+
# 7.0 is tested using composer install
97
- hhvm
108

119
sudo: false
@@ -17,18 +15,22 @@ cache:
1715
matrix:
1816
fast_finish: true
1917
include:
20-
- php: 5.6
18+
- php: 7.0
2119
env: TRANSPORT=jackrabbit COMPOSER_INSTALL=1
22-
- php: 5.6
20+
- php: 7.0
2321
env: TRANSPORT=doctrine_dbal COMPOSER_INSTALL=1
2422

2523
env:
26-
- TRANSPORT=jackrabbit
27-
- TRANSPORT=doctrine_dbal
24+
global:
25+
- SYMFONY_DEPRECATIONS_HELPER=weak
26+
matrix:
27+
- TRANSPORT=jackrabbit
28+
- TRANSPORT=doctrine_dbal
2829

2930
before_install:
30-
- composer self-update
3131
- 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
3234

3335
install: if [ "$COMPOSER_INSTALL" != "1" ]; then composer update --no-scripts --prefer-dist; else composer install --no-scripts --prefer-dist; fi
3436

0 commit comments

Comments
 (0)