Skip to content

Commit

Permalink
Add go 1.8.x to test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Dahlmanns committed Feb 21, 2017
1 parent c640554 commit 88b858a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ language: go

go:
1.7.x
1.8.x

dist: trusty
sudo: required

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

0 comments on commit 88b858a

Please sign in to comment.