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

Commit 9a68ae4

Browse files
committed
Revert script, try another way
1 parent 32549c0 commit 9a68ae4

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

.travis.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ script:
1111
- DEBUG=true yarn test:coverage
1212

1313
deploy:
14-
provider: script
15-
script: scripts/travisDeploy.bash
16-
on:
17-
tags: true
14+
- provider: script
15+
script: echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc
16+
on: { tags: true }
17+
- provider: script
18+
script: npm run release
19+
on: { tags: true }

scripts/travisDeploy.bash

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)