UNPKG
think-payload
Version:
latest (1.4.0)
1.4.0
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.3
1.0.3
1.0.2
1.0.1
1.0.0
Payload for ThinkJS 3.x
github.com/thinkjs/think-payload
thinkjs/think-payload
think-payload
/
.travis.yml
8 lines
•
174 B
YAML
View Raw
1
2
3
4
5
6
7
8
language:
node_js
node_js:
-
'6'
sudo:
false
script:
-
"npm test"
after_success:
-
'./node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'