Skip to content

Commit 01dcb5c

Browse files
author
Parth Shah
committed
switching to npm
1 parent 5ba7c6c commit 01dcb5c

File tree

2 files changed

+5
-6239
lines changed

2 files changed

+5
-6239
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
language: node_js
22
node_js:
33
- 5.5.0
4-
cache:
5-
yarn: true
6-
directories:
7-
- node_modules
4+
# cache:
5+
# yarn: true
6+
# directories:
7+
# - node_modules
88

99
script:
10-
- if [ -n "$CLEAN_CACHE" ]; then echo 'Cleaning cache'; yarn cache clean; fi
10+
- npm cache clean
1111
- npm run lint && npm test && npm run build
1212
sudo: false
1313
addons:

0 commit comments

Comments
 (0)