mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: Add macOS to Travis CI (#5708)
Runs TypeScript and the unit tests on an OS X build.
This commit is contained in:
parent
133abb07cf
commit
be8f8a29a9
11
.travis.yml
11
.travis.yml
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user