From 0acfab0126a81943d7a0c0e7b8c7cc4caebb9585 Mon Sep 17 00:00:00 2001 From: Jamil Omar Date: Thu, 20 Feb 2020 14:45:58 -0500 Subject: [PATCH] fix: travis file --- .travis.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0a45ea9..64f387b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,8 @@ language: node_js + os: + - linux + - osx + - windows node_js: - lts/* - node @@ -27,13 +31,12 @@ cache: - ~/.npm notifications: email: false -matrix: - allow_failures: - - node_js: node branches: except: - /^vd+.d+.d+$/ jobs: + allow_failures: + - node_js: node include: - stage: release if: branch = master @@ -43,5 +46,4 @@ jobs: deploy: provider: script skip_cleanup: true - script: - - npm run semantic-release + script: npm run semantic-release