Skip to content

Commit 0b677d1

Browse files
committed
Fix travis build
Update package-lock.json
1 parent cb7dcd3 commit 0b677d1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ language: nodejs
22

33
node_js: 8.12.0
44

5+
cache:
6+
directories:
7+
- node_modules
8+
59
before_script:
610
- npm install
711
- npm run build
@@ -30,6 +34,7 @@ deploy:
3034
- provider: npm
3135
3236
api_key: $NPM_TOKEN
37+
skip_cleanup: true
3338
on:
3439
tags: true
3540
repo: voodooattack/when-ts

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)