UNPKG
pxtorem-dpr
Version:
latest (0.1.2)
0.1.2
0.1.1
0.0.1
A CSS post-processor that converts px to rem.
github.com/525729985/pxtorem-dpr
525729985/pxtorem-dpr
pxtorem-dpr
/
.travis.yml
9 lines
(8 loc)
•
183 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
node_js:
-
"7.0"
-
"6.0"
-
"5.0"
-
"4.0"
language:
node_js
script:
"npm test && npm run cover"
after_script:
"npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"