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:
Yotam Mann 2022-09-05 10:36:30 -04:00
parent 389685c7ff
commit ebc0189133

View file

@ -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