devops: attempt to add mac 10.14 (#2076)
This commit is contained in:
parent
f8bea85c88
commit
0e44589bee
47
.travis.yml
47
.travis.yml
|
|
@ -1,7 +1,20 @@
|
|||
language: node_js
|
||||
os: linux
|
||||
dist: bionic
|
||||
addons:
|
||||
notifications:
|
||||
email: false
|
||||
|
||||
install:
|
||||
- npm ci
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- node_modules
|
||||
|
||||
jobs:
|
||||
include:
|
||||
- os: linux
|
||||
dist: bionic
|
||||
node_js: '12'
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
# These are required to run webkit
|
||||
|
|
@ -24,19 +37,17 @@ addons:
|
|||
- libgbm1
|
||||
# this is needed for running headful tests
|
||||
- xvfb
|
||||
notifications:
|
||||
email: false
|
||||
install:
|
||||
- npm ci
|
||||
cache:
|
||||
directories:
|
||||
- node_modules
|
||||
script:
|
||||
- npm run lint
|
||||
- xvfb-run --auto-servernum npm run ctest
|
||||
- xvfb-run --auto-servernum npm run ftest
|
||||
- xvfb-run --auto-servernum npm run wtest
|
||||
jobs:
|
||||
include:
|
||||
- node_js: '12'
|
||||
script:
|
||||
- npm run lint
|
||||
- xvfb-run --auto-servernum npm run ctest
|
||||
- xvfb-run --auto-servernum npm run ftest
|
||||
- xvfb-run --auto-servernum npm run wtest
|
||||
- os: osx
|
||||
osx_image: xcode11.3
|
||||
node_js: '12'
|
||||
script:
|
||||
- npm run lint
|
||||
- npm run ctest
|
||||
- npm run ftest
|
||||
- npm run wtest
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue