Skip to content

Commit

Permalink
feat(ci): travis retry
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoBorzi committed Mar 3, 2020
1 parent 8dd19e6 commit ea8101d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ install:
- npm install
script:
- ng lint
- npm run test-ci
- npm run e2e
- travis_retry npm run test-ci
- travis_retry npm run e2e
- npm run build

0 comments on commit ea8101d

Please sign in to comment.