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 53ce3f0Copy full SHA for 53ce3f0
.gitignore
@@ -5,3 +5,4 @@ coverage
5
.buildpath
6
.project
7
.settings
8
+composer.lock
.travis.yml
@@ -12,10 +12,14 @@ matrix:
12
allow_failures:
13
- php: hhvm
14
15
-before_script:
+cache:
16
+ directories:
17
+ - $HOME/.composer/cache
18
+
19
+install:
20
- sudo apt-get -y install pypy python-sphinx graphviz
21
- composer selfupdate
- - composer install --prefer-source
22
+ - travis_retry composer update --no-interaction
23
24
script:
25
- cd docs && make linkcheck && cd ..
0 commit comments