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

Commit 283b455

Browse files
committed
fix tests
1 parent 04b64d9 commit 283b455

2 files changed

Lines changed: 774 additions & 320 deletions

File tree

.travis.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,12 @@ cache:
1111
directories:
1212
- $HOME/.composer/cache
1313

14-
matrix:
15-
fast_finish: true
16-
include:
17-
- php: 5.3
18-
env: COMPOSER_FLAGS="--prefer-lowest"
19-
- php: 5.4
20-
env: COMPOSER_FLAGS="--prefer-lowest"
2114

2215
env:
2316
- secure: "g+2Ar7a8eAsZtE/mEQT6BWgkx7Bou9qy1381OhI7tMOQBE+KA5Lm+KAC5tH9Us5tmK074dNMsWPBrsgnayxezBjQBpcshDQgoLqaPtWz8XeKTvUEpizFTjQ8v68w42I4SzzMdNIWQhPjiAfjA8e02uaoRELWOYNoc824ot/y1iw="
2417

2518
before_script:
2619
- echo '' > ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini
27-
- composer update $COMPOSER_FLAGS --prefer-dist --no-interaction
20+
- composer update --prefer-dist --no-interaction
2821
- git config --global user.name travis-ci
2922
- git config --global user.email travis@example.com

0 commit comments

Comments
 (0)