Skip to content

Commit

Permalink
ci(Travis): Only use Travis for releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusU committed Sep 26, 2018
1 parent 6593fe4 commit 248752b
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
sudo: false
language: node_js
branches:
except:
- /^v\d+\.\d+\.\d+$/
only:
- master
notifications:
email: false
node_js:
- '10'
- '9'
- '8'
- '6'
before_install:
- git config --global user.name "TravisCI"
- git config --global user.email "commitizen@gmail.com"
Expand All @@ -21,9 +18,7 @@ script:
- npm run check-coverage
after_success:
- npm run report-coverage
- npm run test:windows
- npm install -g travis-deploy-once
- travis-deploy-once "npm run semantic-release"
- npm run semantic-release
env:
global:
- AV_ACCOUNTNAME: jimthedev
Expand Down

0 comments on commit 248752b

Please sign in to comment.