UNPKG
@aureooms/js-2sat
Version:
latest (0.0.3)
0.0.3
2-Satisfiability code bricks for JavaScript
aureooms.github.io/js-2sat/
aureooms/js-2sat
@aureooms/js-2sat
/
.travis.yml
16 lines
(11 loc)
•
283 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
language:
node_js
node_js:
-
node
install:
-
npm
install
script:
-
npm
run
cover
after_success:
-
bash
<(curl
-s
https://codecov.io/bash)
||
true
-
coveralls
<
coverage/lcov.info
||
true
-
codeclimate-test-reporter
<
coverage/lcov.info
||
true