Skip to content

Commit

Permalink
update semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Aug 11, 2017
1 parent 459748a commit 5d0bf7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
11 changes: 2 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,16 @@
sudo: false
language: node_js
cache:
directories:
- node_modules
notifications:
email: false
email: true
node_js:
- '5'
- '4'
- '0.12'
- '6'
before_install:
- npm i -g npm@^2.0.0
- npm i -g grunt-cli
before_script:
- npm prune
after_success:
- 'curl -Lo travis_after_all.py https://git.io/travis_after_all'
- python travis_after_all.py
- 'export $(cat .to_export_back) &> /dev/null'
- npm run semantic-release
branches:
except:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Fast checking of top level dependencies based on version numbers",
"author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>",
"bin": "bin/deps-ok.js",
"version": "0.0.0-semantic-release",
"version": "0.0.0-development",
"bugs": {
"url": "https://github.com/bahmutov/deps-ok/issues"
},
Expand All @@ -27,7 +27,7 @@
"gt": "0.10.0",
"jshint-summary": "0.4.0",
"pre-git": "1.4.0",
"semantic-release": "^4.3.5",
"semantic-release": "^6.3.6",
"simple-commit-message": "^3.3.1"
},
"engines": {
Expand Down

0 comments on commit 5d0bf7a

Please sign in to comment.