Skip to content

Commit

Permalink
Update npm dependencies and improve Travis install
Browse files Browse the repository at this point in the history
The Travis install steps will now retry if they fail (e.g. on
transient networking or memory issues).
  • Loading branch information
samwilson committed Feb 11, 2019
1 parent db30ded commit 921fd6f
Show file tree
Hide file tree
Showing 6 changed files with 331 additions and 706 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -8,8 +8,8 @@ before_install:
- sudo apt-get install -y librsvg2-bin

install:
- composer install
- npm ci
- travis_retry composer install
- travis_retry npm ci

script:
# Compile assets, and make sure nothing's changed in Git.
Expand Down

0 comments on commit 921fd6f

Please sign in to comment.