Skip to content

Commit

Permalink
Update travis file with build requirements and add newer node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenlacy committed Dec 30, 2018
1 parent dcf6f33 commit e3fef00
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
language: node_js
before_install:
- sudo apt-get install libudev-dev libusb-dev libusb-1.0-0.dev
addons:
apt:
update: true
node_js:
- 0.11
- 10
- 11
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ https://github.com/Kwaadpepper/msi-keyboard-CLI

`npm install`

###Note:
### Note:
Linux and *nix systems may require sudo to access the hid device interface.

*Not tested on all platforms.
Expand Down

0 comments on commit e3fef00

Please sign in to comment.