Skip to content

Commit 2a67884

Browse files
committed
Merge remote-tracking branch 'upstream/master' into pr-php-lt-5-4-0-compat
2 parents 3973764 + 34e2982 commit 2a67884

18 files changed

+90
-2975
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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ matrix:
1212
allow_failures:
1313
- php: hhvm
1414

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

2020
script:
2121
- cd docs && make linkcheck && cd ..

0 commit comments

Comments
 (0)