This repository was archived by the owner on Nov 8, 2024. It is now read-only.
File tree 5 files changed +11889
-14
lines changed
5 files changed +11889
-14
lines changed Original file line number Diff line number Diff line change 1
- sudo : false
1
+ # GH_TOKEN and NPM_TOKEN are expected to be set
2
+ # in https://travis-ci.org/apiaryio/gavel.js/settings
2
3
language : " node_js"
3
4
node_js :
4
5
- " 6"
5
6
- " 8"
6
7
- " 10"
7
- env :
8
- global :
9
- # GH_TOKEN and NPM_TOKEN encrypted by 'travis encrypt' utility
10
- - secure : " aLqvApCqqaLWbbNhuCdDL02g9j5O1R00rTBo3h7Lb0LnS302Gl4XIFdjcehwOSFWJkd3Rv25A6weiOqEKo9zgGknHjY73ao1BxBaPFFhwMRY4qEVZ3oqhpf5oBuO66tf8l3cHhNkrhXgDtu9J+XU/FetM7PfGyCqhxzLdVMPcXI="
11
8
cache :
12
9
directories :
13
10
- " node_modules"
14
11
before_install :
15
- - " npm -g install npm@latest"
12
+ - " npm -g install npm@6"
13
+ script :
14
+ - " npm run ci:lint || true" # TODO fix all lint errors
15
+ - " npm run ci:test"
16
16
after_success :
17
- - " npm run coveralls || true"
18
- - " npm run semantic-release || true"
17
+ - " npm run ci:release"
Original file line number Diff line number Diff line change 5
5
[ ![ Build status] ( https://ci.appveyor.com/api/projects/status/0cpnaoakhs8q58tn/branch/master?svg=true )] ( https://ci.appveyor.com/project/Apiary/gavel-js/branch/master )
6
6
[ ![ Dependency Status] ( https://david-dm.org/apiaryio/gavel.js.svg )] ( https://david-dm.org/apiaryio/gavel.js )
7
7
[ ![ devDependency Status] ( https://david-dm.org/apiaryio/gavel.js/dev-status.svg )] ( https://david-dm.org/apiaryio/gavel.js#info=devDependencies )
8
+ [ ![ Greenkeeper badge] ( https://badges.greenkeeper.io/apiaryio/gavel.js.svg )] ( https://greenkeeper.io/ )
8
9
[ ![ Coverage Status] ( https://coveralls.io/repos/apiaryio/gavel.js/badge.svg?branch=master )] ( https://coveralls.io/r/apiaryio/gavel.js?branch=master )
9
10
[ ![ Known Vulnerabilities] ( https://snyk.io/test/npm/gavel/badge.svg )] ( https://snyk.io/test/npm/gavel )
10
11
Original file line number Diff line number Diff line change 1
1
environment :
2
- nodejs_version : " 6 "
2
+ nodejs_version : " 10 "
3
3
cache :
4
4
- " node_modules"
5
5
install :
6
- - ps : Install-Product node 6
7
- - " npm -g install npm@latest "
6
+ - ps : Install-Product node 10
7
+ - " npm -g install npm@6 "
8
8
- " set PATH=%APPDATA%\\ npm;%PATH%"
9
9
- " npm install"
10
10
build : off
You can’t perform that action at this time.
0 commit comments