Skip to content

Commit

Permalink
chore: add semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
jimlambie committed Aug 10, 2017
1 parent 57b5b87 commit f66509e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
12 changes: 1 addition & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,14 @@ cache:
directories:
- node_modules
notifications:
slack: dadi:pnhiL60xOrm7GOglHUmb7xHK
email: false
node_js:
- '7'
- '6'
- '4'
before_script:
- npm prune
after_success:
- npm run semantic-release
branches:
except:
- /^v\d+\.\d+\.\d+$/
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install: if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dadi-web-mustachejs",
"version": "1.0.0",
"version": "0.0.0-development",
"description": "A Mustache.js interface for DADI Web",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit f66509e

Please sign in to comment.