This repository was archived by the owner on Oct 16, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1212 - v0-yarn-{{ .Environment.CIRCLE_JOB }}-{{ .Branch }}-{{checksum "yarn.lock"}}
1313 - v0-yarn-{{ .Environment.CIRCLE_JOB }}-{{ .Branch }}-
1414 - v0-yarn-{{ .Environment.CIRCLE_JOB }}-master
15+ - run : yarn global add greenkeeper-lockfile@1 && greenkeeper-lockfile-update
1516 - run : yarn
1617 - run : yarn test --coverage
18+ - run : greenkeeper-lockfile-upload
1719 - run : curl -s https://codecov.io/bash | bash
1820 - save_cache :
1921 key : v0-yarn-{{ .Environment.CIRCLE_JOB }}-{{ .Branch }}-{{checksum "yarn.lock"}}
Original file line number Diff line number Diff line change 11cli-engine-command
22==================
33
4+ [ ![ Greenkeeper badge] ( https://badges.greenkeeper.io/heroku/cli-engine-command.svg )] ( https://greenkeeper.io/ )
45[ ![ CircleCI] ( https://circleci.com/gh/heroku/cli-engine-command/tree/master.svg?style=svg )] ( https://circleci.com/gh/heroku/cli-engine-command/tree/master )
56[ ![ Build status] ( https://ci.appveyor.com/api/projects/status/8vfjy8cmmxojteb6/branch/master?svg=true )] ( https://ci.appveyor.com/project/Heroku/cli-engine-command/branch/master )
67[ ![ codecov] ( https://codecov.io/gh/heroku/cli-engine-command/branch/master/graph/badge.svg )] ( https://codecov.io/gh/heroku/cli-engine-command )
Original file line number Diff line number Diff line change 1616 "@types/ansi-styles" : " ^2.0.30" ,
1717 "@types/jest" : " 22.0.1" ,
1818 "@types/nock" : " 9.1.1" ,
19- "@types/node" : " 8.5.2 " ,
19+ "@types/node" : " 8.5.7 " ,
2020 "cli-ux" : " ^2.0.21" ,
2121 "del-cli" : " 1.1.0" ,
2222 "http-call" : " ^4.0.6" ,
2323 "husky" : " ^0.14.3" ,
2424 "jest" : " ^22.0.4" ,
2525 "nock" : " ^9.1.5" ,
2626 "prettier" : " ^1.9.2" ,
27- "ts-jest" : " 22.0.0 " ,
27+ "ts-jest" : " 22.0.1 " ,
2828 "ts-node" : " 4.1.0" ,
2929 "tslint" : " ^5.8.0" ,
3030 "typescript" : " 2.6.2"
You can’t perform that action at this time.
0 commit comments