Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Adding missing packages to travis cache, removing duplicate yarn inst…
Browse files Browse the repository at this point in the history
…all directive
  • Loading branch information
eliperelman committed Mar 8, 2017
1 parent eafadf2 commit bd51085
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ cache:
yarn: true
directories:
- node_modules
- packages/neutrino/node_modules
- packages/neutrino-middleware-banner/node_modules
- packages/neutrino-middleware-chunk/node_modules
- packages/neutrino-middleware-clean/node_modules
- packages/neutrino-middleware-compile-loader/node_modules
Expand All @@ -31,7 +33,6 @@ cache:
- packages/neutrino-preset-react/node_modules
- packages/neutrino-preset-web/node_modules
before_script:
- yarn
- yarn bootstrap
script:
- yarn test

0 comments on commit bd51085

Please sign in to comment.