Skip to content

Commit

Permalink
chore: Add macOS to Travis CI (#5708)
Browse files Browse the repository at this point in the history
Runs TypeScript and the unit tests on an OS X build.
  • Loading branch information
jackfranklin committed Apr 22, 2020
1 parent 133abb0 commit be8f8a2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Expand Up @@ -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:
Expand Down

0 comments on commit be8f8a2

Please sign in to comment.