Skip to content
This repository was archived by the owner on Jul 8, 2024. It is now read-only.

Commit 1db1cec

Browse files
committed
try to fix tests on old versions
1 parent ecb672c commit 1db1cec

1 file changed

Lines changed: 16 additions & 6 deletions

File tree

.travis.yml

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,28 @@ php:
55
- 5.4
66
- 5.5
77
- 5.6
8-
- 7.0
8+
- 7.0
9+
- hhvm
910

11+
cache:
12+
directories:
13+
- $HOME/.composer/cache
14+
15+
matrix:
16+
fast_finish: true
17+
include:
18+
- php: 5.3
19+
env: COMPOSER_FLAGS="--prefer-lowest"
20+
- php: 5.4
21+
env: COMPOSER_FLAGS="--prefer-lowest"
22+
- php: 5.6
23+
env: SYMFONY_VERSION=3.0.*
1024

1125
env:
1226
- secure: "g+2Ar7a8eAsZtE/mEQT6BWgkx7Bou9qy1381OhI7tMOQBE+KA5Lm+KAC5tH9Us5tmK074dNMsWPBrsgnayxezBjQBpcshDQgoLqaPtWz8XeKTvUEpizFTjQ8v68w42I4SzzMdNIWQhPjiAfjA8e02uaoRELWOYNoc824ot/y1iw="
1327

1428
before_script:
1529
- echo '' > ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini
16-
- composer install --prefer-source
30+
- composer update $COMPOSER_FLAGS --prefer-dist --no-interaction
1731
- git config --global user.name travis-ci
1832
- git config --global user.email travis@example.com
19-
20-
script:
21-
- phpunit
22-

0 commit comments

Comments
 (0)