Skip to content

Commit

Permalink
build(TravisCI): remove greenkeeper lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
timbru31 committed Oct 23, 2018
1 parent ac775f6 commit 0d6c8e4
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
os: osx
osx_image: xcode9.4
osx_image: xcode10

language: node_js
node_js:
Expand All @@ -8,15 +8,8 @@ cache:
directories:
- "node_modules"

before_install:
- npm install -g greenkeeper-lockfile

before_script:
- swiftlint version
- greenkeeper-lockfile-update

script:
- npm run lint

after_script:
- greenkeeper-lockfile-upload

0 comments on commit 0d6c8e4

Please sign in to comment.