redux-bluetooth/.travis.yml

21 lines
262 B
YAML
Raw Normal View History

sudo: false
env:
- CXX=g++-4.8
2017-07-11 11:31:29 +08:00
language: node_js
node_js:
- "4"
2017-07-11 12:03:10 +08:00
addons:
apt:
2017-07-11 12:19:52 +08:00
sources:
- ubuntu-toolchain-r-test
2017-07-11 12:03:10 +08:00
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