mirror of
https://github.com/Tonejs/Tone.js
synced 2025-01-28 03:25:01 +00:00
simplifying tests
no need to run on so many browsers now that using standardized-audio-context gives more cross-browser compatability.
This commit is contained in:
parent
389685c7ff
commit
ebc0189133
1 changed files with 69 additions and 84 deletions
17
.travis.yml
17
.travis.yml
|
@ -2,7 +2,7 @@ sudo: false
|
||||||
dist: bionic
|
dist: bionic
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- '14'
|
- "14"
|
||||||
install:
|
install:
|
||||||
- npm install
|
- npm install
|
||||||
- git config --global user.email "travis@travis-ci.org"
|
- git config --global user.email "travis@travis-ci.org"
|
||||||
|
@ -21,21 +21,6 @@ jobs:
|
||||||
os: linux
|
os: linux
|
||||||
addons:
|
addons:
|
||||||
chrome: stable
|
chrome: stable
|
||||||
- stage: test
|
|
||||||
env : BROWSER=chrome
|
|
||||||
os: linux
|
|
||||||
addons:
|
|
||||||
chrome: beta
|
|
||||||
- stage: test
|
|
||||||
env : BROWSER=firefox
|
|
||||||
os: linux
|
|
||||||
addons:
|
|
||||||
firefox: latest
|
|
||||||
- stage: test
|
|
||||||
env : BROWSER=firefox
|
|
||||||
os: linux
|
|
||||||
addons:
|
|
||||||
firefox: latest-beta
|
|
||||||
- stage: test
|
- stage: test
|
||||||
script:
|
script:
|
||||||
- npm run build
|
- npm run build
|
||||||
|
|
Loading…
Reference in a new issue