Skip to content

Commit 706d9d6

Browse files
authored
ci(.travis.yml): Add greenkeeper-lockfile support (JamesHenry#7)
1 parent 4cc915b commit 706d9d6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,12 @@ cache:
99
node_js:
1010
- '9'
1111
- '8'
12+
before_install: yarn global add greenkeeper-lockfile@1
13+
before_script: greenkeeper-lockfile-update
1214
script:
1315
- yarn test
1416
- yarn build
17+
after_script: greenkeeper-lockfile-upload
1518
after_success:
1619
- yarn semantic-release
1720
branches:

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@
77
<a href="https://www.npmjs.com/package/eslint-plugin-tslint"><img src="https://img.shields.io/npm/dt/eslint-plugin-tslint.svg?style=flat-square" alt="NPM Downloads" /></a>
88
<a href="http://commitizen.github.io/cz-cli/"><img src="https://img.shields.io/badge/commitizen-friendly-brightgreen.svg" alt="Commitizen friendly" /></a>
99
<a href="https://github.com/semantic-release/semantic-release"><img src="https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square" alt="semantic-release" /></a>
10+
<a href="https://greenkeeper.io"><img src="https://badges.greenkeeper.io/JamesHenry/mongoose-schema-to-typescript-interface.svg?style=flat-square" alt="greenkeeper.io" /></a>
1011
</p>
1112

1213
<br>
1314
<p align="center" style="border: 1px solid blue;">
1415
<a href="http://typescriptcourses.com" target="_blank"><img src="https://user-images.githubusercontent.com/900523/33187671-54d039fc-d08b-11e7-809b-b5b99b5a8a8f.png" alt="typescriptcourses.com"/></a>
1516
</p>
1617
<br>
17-
18-
[![Greenkeeper badge](https://badges.greenkeeper.io/JamesHenry/eslint-plugin-tslint.svg)](https://greenkeeper.io/)

0 commit comments

Comments
 (0)