chore: Add macOS to Travis CI (#5708)

Runs TypeScript and the unit tests on an OS X build.
This commit is contained in:
Jack Franklin
2020-04-22 15:44:24 +01:00
committed by GitHub
parent 133abb07cf
commit be8f8a29a9

View File

@@ -15,6 +15,17 @@ cache:
- node_modules
jobs:
include:
- os: "osx"
node_js: "10.19.0"
env:
- CHROMIUM=true
before_install:
# populate .local-firefox for launcher tests
- PUPPETEER_PRODUCT=firefox npm install
script:
- ls .local-chromium .local-firefox
- npm run tsc
- npm run unit
- os: "windows"
node_js: "10.19.0"
env: