UNPKG
galgo
Version:
latest (0.1.0)
0.1.0
Library to calculate solutions using Genetic Algorithm.
github.com/andretf/galgo
andretf/galgo
galgo
/
.travis.yml
9 lines
(8 loc)
•
148 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
language: node_js
node_js:
-
"5"
before_script:
- npm install
after_script:
- codeclimate-test-reporter < coverage/lcov.info
script: npm test