Skip to content

Commit

Permalink
test(build): attempt bundle test three times in CI (#9830)
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjclark authored and paulirish committed Oct 11, 2019
1 parent cb48d46 commit dbcb52c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ script:
- yarn test-clients
- yarn test-viewer
- yarn test-lantern
- yarn test-bundle
- yarn test-bundle || yarn test-bundle || yarn test-bundle
- yarn i18n:checks
- yarn dogfood-lhci
before_cache:
Expand Down

0 comments on commit dbcb52c

Please sign in to comment.