Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
fix: travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
JamilOmar committed Feb 20, 2020
1 parent 9322c76 commit 0acfab0
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
language: node_js
os:
- linux
- osx
- windows
node_js:
- lts/*
- node
Expand Down Expand Up @@ -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
Expand All @@ -43,5 +46,4 @@ jobs:
deploy:
provider: script
skip_cleanup: true
script:
- npm run semantic-release
script: npm run semantic-release

0 comments on commit 0acfab0

Please sign in to comment.