chore: clean up .travis.yml (#1552)
This commit is contained in:
parent
21e54de483
commit
660ce8687c
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user