Skip to content

Commit 5e4490c

Browse files
committed
refactor: edit travis.yml
1 parent 1daf463 commit 5e4490c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ branches:
66
only:
77
- master
88

9+
install:
10+
- npm ci
11+
# keep the npm cache around to speed up installs
12+
cache:
13+
directories:
14+
- "$HOME/.npm"
15+
916
script: bash ./deploy.sh
1017
env:
1118
global:

0 commit comments

Comments
 (0)