Skip to content

Commit

Permalink
chore: Add macOS to Travis CI
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 29ebd0b commit 9fceb35
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Expand Up @@ -13,6 +13,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 9fceb35

Please sign in to comment.