chore: clean up .travis.yml (#1552)

This commit is contained in:
Caleb 2018-07-31 13:46:52 -06:00 committed by Shawn Erquhart
parent 21e54de483
commit 660ce8687c

View File

@ -1,5 +1,6 @@
language: node_js language: node_js
cache: cache:
yarn: true
directories: directories:
- $HOME/.npm - $HOME/.npm
- $HOME/.yarn-cache - $HOME/.yarn-cache
@ -7,11 +8,9 @@ cache:
node_js: node_js:
- "8" - "8"
- "10" - "10"
before_install:
- npm i -g yarn --cache-min 999999999
install: install:
- yarn - yarn bootstrap
notifications: notifications:
email: false email: false
git: git:
depth: 5 depth: 5