Skip to content

Commit c33a074

Browse files
author
Benjamin Dahlmanns
committed
Make sure udev is installed correctly on the CI worker
1 parent 4137781 commit c33a074

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ dist: trusty
77
sudo: required
88

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

0 commit comments

Comments
 (0)