Skip to content

Commit

Permalink
chore: update semantic release process
Browse files Browse the repository at this point in the history
  • Loading branch information
remy committed Dec 4, 2017
1 parent 24a4b84 commit 2bb587c
Show file tree
Hide file tree
Showing 3 changed files with 868 additions and 391 deletions.
24 changes: 11 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
sudo: false
language: node_js
#cache:
# directories:
# - node_modules
cache:
directories:
- ~/.npm
notifications:
email: false
node_js:
- 9
- 8
- 7
- 6
before_script:
- npm prune
- 'curl -Lo travis_after_all.py https://git.io/vLSON'
- '9'
- '8'
- '6'
before_install:
- echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc
after_success:
- python travis_after_all.py
- export $(cat .to_export_back)
- npm run semantic-release
branches:
except:
- /^v\d+\.\d+\.\d+$/
Loading

0 comments on commit 2bb587c

Please sign in to comment.