Skip to content

Commit

Permalink
ci: adding travis file with Greenkeeper and semantic-release enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardLitt committed Mar 22, 2018
1 parent db17b95 commit 573c92e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -2,20 +2,20 @@ language: node_js
cache:
directories:
- node_modules
- ~/.npm
notifications:
email: false
node_js:
- '8'
- '7'
before_script:
- greenkeeper-lockfile-update
- npm prune
- greenkeeper-lockfile-update
after_success:
- npm run semantic-release
branches:
except:
- /^v\d+\.\d+\.\d+$/
before_install:
- npm install -g npm@5
- npm install -g greenkeeper-lockfile@1
- npm install -g npm@5
- npm install -g greenkeeper-lockfile@1
after_script: greenkeeper-lockfile-upload

0 comments on commit 573c92e

Please sign in to comment.