chore: add osx back

License: MIT
Signed-off-by: Jacob Heun <jacobheun@gmail.com>
This commit is contained in:
Jacob Heun
2019-04-19 14:25:53 +02:00
parent fde9cd40d3
commit b38b57bdca

View File

@ -9,9 +9,6 @@ stages:
node_js:
- '10'
os:
- osx
script: npx nyc -s npm run test:node -- --bail
after_success: npx nyc report --reporter=text-lcov > coverage.lcov && npx codecov
@ -25,6 +22,8 @@ jobs:
filter_secrets: false
cache: false
- os: osx
- stage: check
os: linux
script: