Skip to content

Commit 5ba7c6c

Browse files
author
Parth Shah
committed
updating travis cache directive
1 parent 0bc30de commit 5ba7c6c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
language: node_js
22
node_js:
33
- 5.5.0
4-
cache: yarn
4+
cache:
5+
yarn: true
6+
directories:
7+
- node_modules
8+
59
script:
10+
- if [ -n "$CLEAN_CACHE" ]; then echo 'Cleaning cache'; yarn cache clean; fi
611
- npm run lint && npm test && npm run build
712
sudo: false
813
addons:

0 commit comments

Comments
 (0)