Skip to content

Commit 162ad00

Browse files
committed
remove composer.lock, test on travis with lowest deps
1 parent 2465fe4 commit 162ad00

File tree

2 files changed

+5
-2856
lines changed

2 files changed

+5
-2856
lines changed

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@ php:
99
- hhvm
1010

1111
matrix:
12+
include:
13+
- php: 5.3.3
14+
env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest"'
1215
allow_failures:
1316
- php: hhvm
1417

15-
before_script:
18+
install:
1619
- sudo apt-get -y install pypy python-sphinx graphviz
17-
- composer selfupdate
18-
- composer install --prefer-source
20+
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction
1921

2022
script:
2123
- cd docs && make linkcheck && cd ..

0 commit comments

Comments
 (0)