Skip to content

Commit 9181ebe

Browse files
committed
Travis: minor tweaks
1 parent 4844818 commit 9181ebe

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
dist: trusty
2-
31
language: php
42

53
## Cache composer and apt downloads.
@@ -27,7 +25,7 @@ before_install:
2725
- export XMLLINT_INDENT=" "
2826

2927
# --prefer-dist will allow for optimal use of the travis caching ability.
30-
- composer install --prefer-dist --no-suggest
28+
- travis_retry composer install --prefer-dist --no-suggest
3129

3230
script:
3331
# Validate the xml file.

0 commit comments

Comments
 (0)