Skip to content

Commit

Permalink
Chmod device for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Dahlmanns committed Feb 11, 2017
1 parent ae490a7 commit 0aa4a65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ language: go
go:
1.7.x

sudo: required
sudo:
required

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

0 comments on commit 0aa4a65

Please sign in to comment.