Skip to content

Commit

Permalink
Print out output of pkg-config libusb.
Browse files Browse the repository at this point in the history
  • Loading branch information
audiohacked committed Jan 10, 2017
1 parent f1539e2 commit ef654b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ 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

script:
- pkg-config --cflags --libs libusb-1.0
- make

sudo: required
Expand Down

0 comments on commit ef654b9

Please sign in to comment.