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 4844818 commit 9181ebeCopy full SHA for 9181ebe
.travis.yml
@@ -1,5 +1,3 @@
1
-dist: trusty
2
-
3
language: php
4
5
## Cache composer and apt downloads.
@@ -27,7 +25,7 @@ before_install:
27
25
- export XMLLINT_INDENT=" "
28
26
29
# --prefer-dist will allow for optimal use of the travis caching ability.
30
- - composer install --prefer-dist --no-suggest
+ - travis_retry composer install --prefer-dist --no-suggest
31
32
script:
33
# Validate the xml file.
0 commit comments