layui-js/.travis.yml
2017-08-23 17:47:46 +08:00

17 lines
345 B
YAML

language: node_js
dist: trusty
addons:
chrome: stable
node_js:
- node
#addons:
# sauce_connect: true
sudo: false
cache:
directories:
- node_modules
script:
- npm run test:cov
#- npm run test:sauce
after_script:
- npm install coveralls && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage