Skip to content

Commit 17c27fd

Browse files
committed
refactor: edit travis.yml
1 parent d684762 commit 17c27fd

File tree

4 files changed

+1903
-2
lines changed

4 files changed

+1903
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
node_modules/
22
dist/
3-
package-lock.json
43
npm-debug.log

.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)