mirror of
https://github.com/danbulant/console-hub
synced 2026-05-27 14:02:07 +00:00
6 lines
153 B
YAML
6 lines
153 B
YAML
language: node_js
|
|
node_js:
|
|
- "6.9.2"
|
|
before_script:
|
|
install: echo "node-hid installation will fail in travis. Overiding `npm install`"
|
|
compiler: clang
|