redux-bluetooth/.travis.yml

30 lines
558 B
YAML
Raw Normal View History

2017-07-11 12:53:20 +08:00
sudo: false
env:
- CXX=g++-4.8
2017-07-11 12:53:20 +08:00
language: node_js
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-4.8
- g++-4.8
2017-07-11 11:31:29 +08:00
script:
2017-07-13 12:07:31 +08:00
- npm run test
2017-07-13 11:50:18 +08:00
# - npm run example:ci
2017-07-11 11:31:29 +08:00
branches:
only:
- master
cache:
directories:
2017-07-13 11:37:45 +08:00
- node_modules
- example/webapp/node_modules
2017-07-13 11:58:02 +08:00
# deploy:
# provider: pages
# skip_cleanup: true
# github_token: $GITHUB_TOKEN
# local_dir: example/webapp/build
# on:
# branch: master
2017-07-13 10:49:47 +08:00
after_success:
2017-07-13 12:07:31 +08:00
- npm run test:coverage && bash <(curl -s https://codecov.io/bash) -e TRAVIS_NODE_VERSION