UNPKG
hae-mobile-ui
Version:
latest (0.9.0)
0.9.0
Pure UI Library For Hae
hae-mobile-ui
/
.travis.yml
18 lines
•
265 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
language:
node_js
node_js:
-
7
os:
linux
cache:
yarn:
true
branches:
only:
-
v2
install:
-
|
yarn
install
script:
-
|
npm
run
lint
&&
npm
run
test
after_success:
-
|
cat
./test/unit/coverage/lcov.info
|
./node_modules/.bin/codecov