UNPKG
sucks
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Sucks Python to Javscript port
github.com/joostth/sucks.js
joostth/sucks.js
sucks
/
.travis.yml
11 lines
(9 loc)
•
209 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
language: node_js
node_js:
-
"6"
-
"stable"
before_install:
- npm install -g nyc mocha codeclimate-test-reporter
after_success:
- nyc --reporter=lcov npm test - nyc report --reporter=lcov