Skip to content

Commit

Permalink
chore(.travis.yml): add greenkeeper
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardLitt committed Oct 18, 2017
1 parent de44407 commit e796e99
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@ node_js:
- '8'
- '7'
before_script:
- greenkeeper-lockfile-update
- npm prune
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

0 comments on commit e796e99

Please sign in to comment.