redux-bluetooth/.travis.yml

16 lines
289 B
YAML

language: node_js
node_js: stable
before_install:
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
- sudo apt-get -qq update
- sudo apt-get -qq install g++-4.8
env:
- CXX=g++-4.8
script:
- npm run test
branches:
only:
- master
cache:
directories:
- node_modules