Skip to content

Commit e2c6f2a

Browse files
authored
A better way!
1 parent fc24229 commit e2c6f2a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ language: node_js
33
node_js: ['6']
44

55
install:
6-
- echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > ~/.npmrc
76
- yarn install
87

98
script:
@@ -12,6 +11,9 @@ script:
1211
- yarn test
1312
- yarn test:bench
1413

14+
before_deploy:
15+
- echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > ~/.npmrc
16+
1517
deploy:
1618
provider: script
1719
skip_cleanup: true

0 commit comments

Comments
 (0)