forked from commonality/readme-inspector
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.yml
More file actions
27 lines (27 loc) · 766 Bytes
/
appveyor.yml
File metadata and controls
27 lines (27 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
environment:
API_ENDPOINT_README_SCORE: http://readme-score-api.herokuapp.com/score.json?url=&human_breakdown=false&force=false
GA_README_INSPECTOR: UA-117338111-1
GH_TOKEN:
secure: 1nsZPoMsZopgW0XtFNZdjuzxWvw8EcheaCS6H3B8zYM1ihueWRMc1hdUdeHyg9TM
GITHUB_ACCESS_TOKEN:
secure: 1nsZPoMsZopgW0XtFNZdjuzxWvw8EcheaCS6H3B8zYM1ihueWRMc1hdUdeHyg9TM
matrix:
- nodejs_version: '10'
- nodejs_version: '9'
- nodejs_version: '8'
- nodejs_version: '7.6.0'
install:
- ps: Install-Product node $env:nodejs_version
- npm i npm@latest -g
- npm install
matrix:
fast_finish: true
build: off
shallow_clone: true
clone_depth: 1
test_script:
- node --version
- npm --version
- cd %APPVEYOR_BUILD_FOLDER%
- npm run test:config
- npm test