UNPKG
behance-api
Version:
latest (1.1.5)
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
0.1.2
0.1.1
0.1.0
0.0.2
0.0.1
Node.js wrapper for the Behance API
github.com/Polyneue/behance-api
Polyneue/behance-api
behance-api
/
.travis.yml
19 lines
(13 loc)
•
255 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
language:
node_js
branches:
only:
-
master
-
develop
node_js:
-
stable
install:
-
npm
install
script:
-
npm
run
cover
# Send coverage data to Coveralls
after_script:
"cat coverage/lcov.info | node_modules/coveralls/bin/coveralls.js"