Merge branch 'feature/travis'

pull/10/head
nirenjan 2015-12-10 22:14:03 -08:00
commit 3849024816
2 changed files with 12 additions and 1 deletions

10
.travis.yml 100644
View File

@ -0,0 +1,10 @@
language: c
script: ./autogen.sh && ./configure && make && make test
# Use container based infrastructure
sudo: false
addons:
apt:
packages:
- libusb-1.0-0-dev
- libudev-dev

View File

@ -1,3 +1,4 @@
#!/bin/sh
#!/bin/sh -x
mkdir -p m4
autoreconf --install