Skip to content

Commit

Permalink
install libudev
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgoucher committed Feb 2, 2018
1 parent 4614b60 commit c3e0aee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circle.yml
Expand Up @@ -4,9 +4,9 @@ machine:

dependencies:
pre:
- sudo apt install libusb-1.0-0 libusb-1.0-0-dev
- sudo apt install libusb-1.0-0 libusb-1.0-0-dev libudev-dev
- npm install -g npm@5.3.0

test:
post:
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js

0 comments on commit c3e0aee

Please sign in to comment.