Skip to content

Commit

Permalink
chore(travis): remove greenkeeper-lockfile script
Browse files Browse the repository at this point in the history
Greenkeeper updates now the package-lock.json
  • Loading branch information
Terreii committed Sep 12, 2018
1 parent a098c74 commit 7a67db1
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,3 @@ addons:
- ubuntu-toolchain-r-test
packages:
- g++-4.9
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 7a67db1

Please sign in to comment.