From b38b57bdca7a21cb362ef9d0c444fe848f171f06 Mon Sep 17 00:00:00 2001 From: Jacob Heun Date: Fri, 19 Apr 2019 14:25:53 +0200 Subject: [PATCH] chore: add osx back License: MIT Signed-off-by: Jacob Heun --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index fa21f36..d6481b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: