Skip to content

Commit

Permalink
refactor: remove greenkeeper lockfile
Browse files Browse the repository at this point in the history
resolves uPortal-Attic#722, the deployment key based approach didn't work out.
  • Loading branch information
ChristianMurphy committed Jan 20, 2018
1 parent 14e77f1 commit 151b2d8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ addons:
before_install:
- nvm install node
- npm install
- npm install -g greenkeeper-lockfile@1

before_script: greenkeeper-lockfile-update

script:
- mvn package
Expand All @@ -35,8 +32,6 @@ script:
- npm run lint-md
- npm run lint-less

after_script: greenkeeper-lockfile-upload

cache:
directories:
- $HOME/.m2
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
"eslint-plugin-markdown": "^1.0.0-beta.6",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-requirejs": "^3.1.1",
"greenkeeper-lockfile": "^1.12.0",
"jasmine-core": "^2.3.4",
"karma": "^2.0.0",
"karma-chrome-launcher": "^2.0.0",
Expand Down

0 comments on commit 151b2d8

Please sign in to comment.