UNPKG
react-yan-progress
Version:
latest (0.2.0)
0.2.0
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
This is a cascading progress bar component based on react
react-yan-progress
/
.travis.yml
14 lines
•
250 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: node_js
node_js:
-
"10.6.0"
branches:
only: - master
before_install:
-
export
TZ='Asia/Shanghai'
# 更改时区
install: yarn install
script:
- yarn run build - yarn run test
after_success:
- yarn run coveralls