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

Commit 44320db

Browse files
committed
Test before-deploy
1 parent e7d6a34 commit 44320db

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

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

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

87
script:
@@ -11,6 +10,9 @@ script:
1110
- yarn test:build
1211
- DEBUG=true yarn test:coverage
1312

13+
before_deploy:
14+
- echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > ~/.npmrc
15+
1416
deploy:
1517
- provider: script
1618
script: npm run release

0 commit comments

Comments
 (0)