UNPKG
culqi2-node
Version:
latest (1.0.6)
1.0.6
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Culqi API v2 Node.js Wrapper
github.com/martoriro/culqi2-node
martoriro/culqi2-node
culqi2-node
/
.travis.yml
15 lines
(10 loc)
•
253 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language:
node_js
node_js:
-
stable
install:
-
npm
install
before_script:
chmod
0777
./node_modules/.bin/mocha
script:
-
npm
test
-
npm
run
cover
after_script:
"cat coverage/lcov.info | node_modules/coveralls/bin/coveralls.js"