Skip to content

Commit

Permalink
Try using a build container on Docker instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
audiohacked committed Jan 10, 2017
1 parent 91d8489 commit 08226c6
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
language: c

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

# install:
# - pkg-config --cflags --libs libusb-1.0

addons:
apt:
packages:
- libusb-1.0-0-dev
script:
- pkg-config --cflags --libs libusb-1.0
- make
- make

sudo: required
sudo: false
dist: trusty

0 comments on commit 08226c6

Please sign in to comment.