Skip to content

Commit

Permalink
Add Travis support
Browse files Browse the repository at this point in the history
  • Loading branch information
qmfrederik committed Jul 5, 2017
1 parent 637c07a commit 1f11ca4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
sudo: required
language: c
compiler: gcc

dist: trusty

before_install:
- sudo apt-get update -q
- sudo apt-get install -y linux-headers-$(uname -r)

script:
- make

0 comments on commit 1f11ca4

Please sign in to comment.