redux-bluetooth/.travis.yml

20 lines
282 B
YAML
Raw Normal View History

2017-07-11 11:31:29 +08:00
language: node_js
node_js:
- "node"
2017-07-11 12:03:10 +08:00
addons:
apt:
packages:
- python3.6
- build-essential
- gcc-4.8
- g++-4.8
before_install:
- npm install -g node-gyp
2017-07-11 11:31:29 +08:00
script:
- npm run test
branches:
only:
- master
cache:
directories:
- node_modules