File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33# https://docs.travis-ci.com/user/customizing-the-build/
44# https://docs.travis-ci.com/user/migrating-from-legacy/
55
6- dist : trusty
7- sudo : false
86language : node_js
97
10- matrix :
11- include :
12- - node_js : 6
13- - node_js : 8
14- - node_js : 10
8+ node_js :
9+ - 10
10+ - 8
11+ - 6
1512
16- script :
17- - npm run lint
18- - npm run coverage
13+ os :
14+ - linux
15+ - osx
16+ - windows
17+
18+ script : npm run lint && npm run coverage
1919
2020after_success :
2121 # send code-coverage data to Coveralls
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# Version-Bump-Prompt
22
3- [ ![ Build Status ] ( https://api.travis-ci. org/JS-DevTools/version-bump-prompt .svg?branch=master )] ( https://travis-ci.org /JS-DevTools/version-bump-prompt )
4- [ ![ Windows Build Status] ( https://ci.appveyor. com/api/projects/status/github/ JS-DevTools/version-bump-prompt? svg=true& branch=master&failingText=Windows%20build%20failing&passingText=Windows%20build%20passing )] ( https://ci.appveyor. com/project/JamesMessinger/ version-bump-prompt/branch/master )
3+ [ ![ Cross-Platform Compatibility ] ( https://jsdevtools. org/img/os-badges .svg )] ( https://travis-ci.com /JS-DevTools/version-bump-prompt )
4+ [ ![ Build Status] ( https://api.travis- ci.com/JS-DevTools/version-bump-prompt. svg? branch=master )] ( https://travis- ci.com/JS-DevTools/ version-bump-prompt )
55
66[ ![ Coverage Status] ( https://coveralls.io/repos/github/JS-DevTools/version-bump-prompt/badge.svg?branch=master )] ( https://coveralls.io/github/JS-DevTools/version-bump-prompt )
77[ ![ Dependencies] ( https://david-dm.org/JS-DevTools/version-bump-prompt.svg )] ( https://david-dm.org/JS-DevTools/version-bump-prompt )
You can’t perform that action at this time.
0 commit comments