UNPKG
bestmovedb
Version:
latest (0.4.0)
0.4.0
0.3.0
0.2.0
0.1.0
database of chess best moves
github.com/Scorpibear/bestmovedb
Scorpibear/bestmovedb
bestmovedb
/
.travis.yml
10 lines
(9 loc)
•
141 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
language: node_js
node_js:
-
"8"
-
"10"
install:
- npm install - npm install -g codecov
script:
- npm run report-coverage