redux-bluetooth/.travis.yml

16 lines
289 B
YAML
Raw Normal View History

2017-07-11 12:45:34 +08:00
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
2017-07-11 11:31:29 +08:00
script:
- npm run test
branches:
only:
- master
cache:
directories:
- node_modules