redux-bluetooth/.travis.yml

21 lines
262 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
node_js:
- "4"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-4.8
- g++-4.8
2017-07-11 11:31:29 +08:00
script:
- npm run test
branches:
only:
- master
cache:
directories:
- node_modules