Skip to content

Commit

Permalink
Merge pull request #5 from sudo-suhas/greenkeeper/initial
Browse files Browse the repository at this point in the history
Update dependencies to enable Greenkeeper 🌴
  • Loading branch information
sudo-suhas authored Jun 16, 2017
2 parents 063049a + c57d9d3 commit d9912fa
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,29 @@
language: node_js

cache:
directories:
- node_modules

node_js:
- '8'
- '7'
- '6'
- '4'

branches:
except:
- /^v\d+\.\d+\.\d+$/

before_install:
# package-lock.json was introduced in npm@5
- npm install -g npm@5
- npm install -g greenkeeper-lockfile@1

before_script: greenkeeper-lockfile-update

script: npm run check
after_success: npm run coverage

# Only the node version 8 job will upload the lockfile
after_script:
- greenkeeper-lockfile-upload
- npm run coverage

0 comments on commit d9912fa

Please sign in to comment.