Skip to content
This repository was archived by the owner on Dec 10, 2021. It is now read-only.

Commit 863d163

Browse files
committed
Revert to previously working travis
1 parent d4826c2 commit 863d163

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ language: node_js
22
node_js: ["6"]
33

44
install:
5+
- echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > ~/.npmrc
56
- yarn install
67

78
script:
@@ -12,6 +13,6 @@ script:
1213

1314
deploy:
1415
- provider: script
15-
script: echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > ~/.npmrc && npm run release
16+
script: npm run release
1617
on:
1718
tags: true

0 commit comments

Comments
 (0)