We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2465fe4 commit 03ff7d6Copy full SHA for 03ff7d6
.gitignore
@@ -5,3 +5,4 @@ coverage
5
.buildpath
6
.project
7
.settings
8
+composer.lock
.travis.yml
@@ -12,10 +12,9 @@ matrix:
12
allow_failures:
13
- php: hhvm
14
15
-before_script:
+install:
16
- sudo apt-get -y install pypy python-sphinx graphviz
17
- - composer selfupdate
18
- - composer install --prefer-source
+ - travis_retry composer update --no-interaction
19
20
script:
21
- cd docs && make linkcheck && cd ..
0 commit comments