Transfer the layer/keymap/config with node-usb on shortcuts

This commit is contained in:
Farkas József
2017-01-19 19:03:02 +01:00
committed by József Farkas
parent 4ed81331b3
commit 517aed1b1c
11 changed files with 323 additions and 10 deletions

View File

@@ -1,10 +1,16 @@
language: node_js
sudo: false
sudo: required
node_js:
- '5.10.0'
- '6.9.4'
before_install:
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
- sudo apt-get update -q
- sudo apt-get install g++-4.8 -y
install:
- npm install -g npm@3.10.7
- npm install
before_script:
@@ -18,4 +24,13 @@ script:
cache:
directories:
- node_modules
- node_modules
env:
- CXX=g++-4.8
addons:
apt:
packages:
- build-essential
- libudev-dev