UNPKG
@yisheng90/react-loading
Version:
latest (1.5.0)
1.5.0
1.4.4
1.4.3
1.4.2
1.4.1
1.3.4
1.3.1
1.2.3
1.2.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A React Skeleton Component
github.com/yisheng90/react-loading
yisheng90/react-loading
@yisheng90/react-loading
/
.travis.yml
17 lines
(16 loc)
•
228 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language:
node_js
install:
-
npm
install
-g
codecov
node_js:
-
"stable"
before_script:
-
npm
install
--force
cache:
directories:
-
node_modules
script:
-
npm
test
-
npm
run
build
-
codecov
on:
branch:
master