mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 00:27:58 +00:00
just run 'test' for now
This commit is contained in:
parent
17a38ae10a
commit
435289c7b8
1 changed files with 1 additions and 2 deletions
|
@ -8,11 +8,10 @@ install:
|
|||
- git config --global user.email "travis@travis-ci.org"
|
||||
- git config --global user.name "Travis CI"
|
||||
script:
|
||||
- npm run test:travis
|
||||
- npm run test
|
||||
- npm run codecov
|
||||
before_deploy:
|
||||
- npm run increment
|
||||
- npm run tsd
|
||||
jobs:
|
||||
include:
|
||||
- stage: test
|
||||
|
|
Loading…
Reference in a new issue