Skip to content

Commit ebec10d

Browse files
authored
use native travis support for yarn (#2860)
1 parent 8ef9718 commit ebec10d

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.travis.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
language: node_js
22
node_js:
33
- "6"
4-
before_install:
5-
- npm install -g --production yarn
6-
install:
7-
- yarn install
84
script:
95
- yarn run grunt build
106
- yarn run grunt tslint
117
- yarn run grunt unit_test_nobuild
128
sudo: false
13-
cache:
14-
directories:
15-
- $HOME/.yarn-cache
9+
cache: yarn
1610
deploy:
1711
provider: releases
1812
api_key:

0 commit comments

Comments
 (0)