mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 08:38:00 +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.email "travis@travis-ci.org"
|
||||||
- git config --global user.name "Travis CI"
|
- git config --global user.name "Travis CI"
|
||||||
script:
|
script:
|
||||||
- npm run test:travis
|
- npm run test
|
||||||
- npm run codecov
|
- npm run codecov
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- npm run increment
|
- npm run increment
|
||||||
- npm run tsd
|
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- stage: test
|
- stage: test
|
||||||
|
|
Loading…
Reference in a new issue