Skip to content

Commit

Permalink
chore(ci): remove greenkeeper-lockfile dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gurpreetatwal committed Feb 10, 2020
1 parent 58f7b28 commit 13986ad
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 25 deletions.
8 changes: 1 addition & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@ notifications:
secure: "hBzS5QRVvZBjWfXFXzexJq2SRdhrN+DQyQJeRrZTgpBCCthMIPQD0VkMTJBAH9IT/ZyRSEKtQO8PwEyiEKu5v+zD1NBSYnQsm5bD70SJJL0kJHQ6h+7yXcxmrec8Q9Giyvd+fDD1zRZK0ORP/bbV00/pzdo21bvkKMZeuemrNxc3f/PeA0B1Hg5m3KkE1LfpRhERv0EFhPc7Pt2mcNVr715wvDEvB17jcsRwfr2quYnE85gJRhWoy30XPkjeiAJVZowKE6Q6GVJXivbukoFzYTpVUaLy5YG7M4WZ962Yoobvph8ro8OkMNp4T7m2snEK/q1M8M6/9xR7M+P70IO62Nfxi/Lj5pXRBEiagQIkH97hLLaT4CCjXip0j8udDx8UzIanOjfiNIfTAfjfTBNevVNfoHYuh4vC7zDsu0G4OV2AoPyLe2lb85c1qeh6tynfGN56nmz5Zuntf8xVK6EwSswzKksm7LaJRwtxkuJzBrR1Qp2kY9wEq7qeMQ2boA8B68c0fe5YQ+83gX04+U5uDdVKxgWAIqy9vaERrWuGtfK83/ox1wdIxDCnevsIkGwmsX7GYuAqpOuA0/UZZDat7XkHiqipUglfSVTm1TImQKhyWyTlbx6aIjzzpO8vkkYGptx9iBxMSYGmjig23rPC4BaFnd/r34tcBuvU5X/WpXk="

install:
- if [[ "$TRAVIS_BRANCH" = "greenkeeper/"* ]]; then npm install; else npm ci; fi

before_script:
- greenkeeper-lockfile-update
- npm ci

script:
- npm test
Expand All @@ -29,9 +26,6 @@ script:
after_success:
- bash <(curl -s https://codecov.io/bash)

after_script:
- greenkeeper-lockfile-upload

jobs:
include:
- stage: publish
Expand Down
17 changes: 0 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"call-signature": "0.0.2",
"eslint": "^6.6.0",
"eslint-config-smartcar": "^3.0.0",
"greenkeeper-lockfile": "^1.15.1",
"mockery": "^2.0.0",
"nyc": "^15.0.0",
"semantic-release": "^17.0.0",
Expand Down

0 comments on commit 13986ad

Please sign in to comment.