Skip to content

Commit

Permalink
Make sure udev is installed correctly on the CI worker
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Dahlmanns committed Feb 13, 2017
1 parent c33a074 commit aed0df1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ go:
dist: trusty
sudo: required

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

0 comments on commit aed0df1

Please sign in to comment.