mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-15 08:17:07 +00:00
removing typescript specific build
This commit is contained in:
parent
295e4571c6
commit
8df0c7a73e
1 changed files with 0 additions and 10 deletions
10
.travis.yml
10
.travis.yml
|
@ -56,16 +56,6 @@ jobs:
|
|||
branch: dev
|
||||
# don't publish on cron or PRs
|
||||
condition: $TRAVIS_EVENT_TYPE != cron && $TRAVIS_EVENT_TYPE != pull_request
|
||||
- provider: npm
|
||||
skip_cleanup: true
|
||||
email: yotammann@gmail.com
|
||||
api_key: $NPM_TOKEN
|
||||
tag: typescript
|
||||
on:
|
||||
repo: Tonejs/Tone.js
|
||||
branch: typescript
|
||||
# don't publish on cron or PRs
|
||||
condition: $TRAVIS_EVENT_TYPE != cron && $TRAVIS_EVENT_TYPE != pull_request
|
||||
# publish without @next when pushing on master
|
||||
- provider: npm
|
||||
skip_cleanup: true
|
||||
|
|
Loading…
Reference in a new issue