Skip to content

Commit

Permalink
chore: updating travis
Browse files Browse the repository at this point in the history
  • Loading branch information
lholmquist committed Feb 17, 2020
1 parent b23c3fd commit b35354f
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
language: node_js

node_js:
- '8'
- '10'
- lts/*
- 10

install:
- npm ci

script:
- npm run ci

branches:
only:
- master
- /^greenkeeper/.*$/
before_install:
- npm install -g npm@6
- npm install -g greenkeeper-lockfile@1
install: npm install
before_script:
- greenkeeper-lockfile-update
script:
- npm run ci
# Only the node version 8 job will upload the lockfile
after_script: greenkeeper-lockfile-upload

0 comments on commit b35354f

Please sign in to comment.