Skip to content

Commit

Permalink
Write a proper xenial-supported YAML file.
Browse files Browse the repository at this point in the history
  • Loading branch information
audiohacked committed Jan 10, 2017
1 parent 3302c68 commit 67fe91d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@ addons:
apt:
packages:
- libusb-1.0-0-dev

before_install:
- sudo apt-get update
- sudo apt-get install -y libusb-1.0-0-dev

script:
- make

sudo: false
sudo: required
dist: xenial

0 comments on commit 67fe91d

Please sign in to comment.