Skip to content

Commit 03ff7d6

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

File tree

3 files changed

+3
-2856
lines changed

3 files changed

+3
-2856
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ coverage
55
.buildpath
66
.project
77
.settings
8+
composer.lock

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@ matrix:
1212
allow_failures:
1313
- php: hhvm
1414

15-
before_script:
15+
install:
1616
- sudo apt-get -y install pypy python-sphinx graphviz
17-
- composer selfupdate
18-
- composer install --prefer-source
17+
- travis_retry composer update --no-interaction
1918

2019
script:
2120
- cd docs && make linkcheck && cd ..

0 commit comments

Comments
 (0)