Skip to content

Commit

Permalink
Enable caching and Windows fast-failing on Travis-CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bkimminich committed Aug 5, 2019
1 parent 4658b07 commit c329fed
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ branches:
except:
- gh-pages
- l10n_develop
cache:
- directories:
- node_modules
- frontend/node_modules
matrix:
fast_finish: true
allow_failures:
- os: windows
addons:
chrome: stable
code_climate:
Expand Down

0 comments on commit c329fed

Please sign in to comment.