Skip to content

Commit

Permalink
Trigger udevadm before CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Dahlmanns committed Feb 13, 2017
1 parent 7cf277e commit 4137781
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: go

go:
1.7.x

dist: trusty
sudo: required

before install:
- sudo echo KERNEL==\"uinput\", GROUP=\"$USER\", MODE:=\"0660\" > /etc/udev/rules.d/99-$USER.rules
- sudo udevadm trigger

0 comments on commit 4137781

Please sign in to comment.