Skip to content

Commit

Permalink
update travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jkyberneees committed Apr 7, 2020
1 parent 848e2a8 commit 968aa4d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@

language: node_js
node_js:
- "8"
- "10"

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

0 comments on commit 968aa4d

Please sign in to comment.