element/.travis.yml

13 lines
419 B
YAML
Raw Normal View History

sudo: false
2016-09-03 20:30:59 +08:00
language: node_js
node_js: 10
addons:
chrome: stable
2016-10-13 12:32:33 +08:00
before_install:
2016-10-20 08:50:40 +08:00
- export TRAVIS_COMMIT_MSG="[deploy] $(git log --format='%h - %B' --no-merges -n 1)"
2016-10-20 20:55:49 +08:00
- export TRAVIS_COMMIT_USER="$(git log --no-merges -n 1 --format=%an)"
- export TRAVIS_COMMIT_EMAIL="$(git log --no-merges -n 1 --format=%ae)"
after_success:
2016-10-19 14:23:22 +08:00
- sh build/deploy-ci.sh
- cat ./test/unit/coverage/lcov.info | ./node_modules/.bin/coveralls