From 2774016518342781fdbd0f5bed1538655a700d67 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 19 Oct 2018 19:16:26 +0300 Subject: [PATCH] chore(travis) add windows and osx --- .travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7211ed53..f067ade8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,15 @@ node_js: - 10 - 8 +matrix: + allow_failures: + - os: windows + +os: + - linux + - osx + - windows + script: - npm run lint && npm run build && npm run coverage && npm run report @@ -22,6 +31,7 @@ deploy: skip_cleanup: true on: node: '8' + condition: $TRAVIS_OS_NAME = linux tags: true all_branches: false