UNPKG
grid-search
Version:
latest (1.1.1)
1.1.1
1.0.1
1.0.0
Create an array of variables to search through
grid-search
/
.travis.yml
8 lines
(7 loc)
•
136 B
YAML
View Raw
1
2
3
4
5
6
7
8
language: node_js
node_js:
-
"node"
install:
- mkdir coverage - npm install -g codecov
script: npm install && npm test && codecov