mirror of
https://github.com/Tonejs/Tone.js
synced 2025-01-13 20:39:06 +00:00
Merge pull request #1116 from satelllte/travis-org-deprecation-2
Travis CI config: update `travis-ci.org` deprecated links
This commit is contained in:
commit
ae0033db0e
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ node_js:
|
|||
- "14"
|
||||
install:
|
||||
- npm install
|
||||
- git config --global user.email "travis@travis-ci.org"
|
||||
- git config --global user.email "travis@travis-ci.com"
|
||||
- git config --global user.name "Travis CI"
|
||||
script:
|
||||
- npm run test
|
||||
|
|
Loading…
Reference in a new issue