Skip to content

Commit

Permalink
chore(travis): Retry failed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jantimon committed Sep 11, 2018
1 parent d65b37d commit 74774eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -8,9 +8,9 @@ env:
before_install:
- stty columns 120
install:
- npm install --ignore-scripts
- travis_retry npm install --ignore-scripts
- npm rm webpack
- npm rm extract-text-webpack-plugin
- npm install webpack@$WEBPACK_VERSION extract-text-webpack-plugin@$EXTRACT_PLUGIN_VERSION --ignore-scripts || true
script:
- npm test
- travis_retry npm test

0 comments on commit 74774eb

Please sign in to comment.