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 73fceafCopy full SHA for 73fceaf
.gitignore
@@ -5,3 +5,4 @@ coverage
5
.buildpath
6
.project
7
.settings
8
+composer.lock
.travis.yml
@@ -12,10 +12,13 @@ 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
- - composer selfupdate
- - composer install --prefer-source
21
+ - travis_retry composer update --no-interaction
22
23
script:
24
- cd docs && make linkcheck && cd ..
0 commit comments