UNPKG
wechat-pay-sdk
Version:
latest (1.1.0)
1.1.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
sdk for wechat developer
github.com/MrKou47/wechat-pay-sdk
MrKou47/wechat-pay-sdk
wechat-pay-sdk
/
.travis.yml
16 lines
(15 loc)
•
211 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:
-
"8"
-
"7"
-
"6"
script: npm test
branch:
except: - ls - list
install:
- npm install -g codecov mocha typescript - npm install
after_success:
- npm run report