Skip to content

Commit

Permalink
build(ci):
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-korolev committed Jun 27, 2018
1 parent 0bbd288 commit af4a5c9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,11 @@ node_js:
- '10'
- '8'
- '6'

before_install:
- '[[ $(node -v) =~ ^v9.*$ ]] || npm install -g npm@latest' # skipped when using node 9
- npm install -g greenkeeper-lockfile
before_script: greenkeeper-lockfile-update
after_script: greenkeeper-lockfile-upload

install: npm install

0 comments on commit af4a5c9

Please sign in to comment.