Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
coston committed Jun 15, 2018
1 parent 482ab8b commit 8d8fab1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Expand Up @@ -2,14 +2,12 @@ language: node_js
node_js:
- node
- lts/*
- "6"

script:
- npm install
- npm run build
before_install:
- npm install -g npm@5
- npm install -g npm
- npm install -g greenkeeper-lockfile@1
before_script: greenkeeper-lockfile-update
after_script: greenkeeper-lockfile-upload
after_success: 'npm run coveralls'
after_success: 'npm run coveralls'

0 comments on commit 8d8fab1

Please sign in to comment.