Skip to content

Commit a9acdd6

Browse files
committed
Travis CI fixes
1 parent 73ac89b commit a9acdd6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
language: node_js
22
node_js:
33
- 10
4+
os: linux
5+
dist: xenial
46
cache:
57
directories:
68
- node_modules
@@ -15,8 +17,7 @@ deploy:
1517
edge: true
1618
provider: npm
1719
email: "$NPM_EMAIL_ADDRESS"
18-
api_key: "$NPM_API_TOKEN"
19-
skip_cleanup: true
20+
api_token: "$NPM_API_TOKEN"
2021
on:
2122
tags: true
2223
branch: master

0 commit comments

Comments
 (0)