Skip to content
This repository was archived by the owner on Nov 28, 2019. It is now read-only.

Commit 5597675

Browse files
committed
Update npm and add cache
1 parent b37aca7 commit 5597675

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@ language: node_js
33
node_js:
44
- '7.9.0'
55

6+
cache:
7+
directories:
8+
- $HOME/.npm
9+
10+
before_install:
11+
- npm install -g [email protected]
12+
13+
install:
14+
- npm ci
15+
616
script:
717
- npm run lint
818
- npm run build

0 commit comments

Comments
 (0)