Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add .travis.yml for CI.
  • Loading branch information
octo committed Apr 27, 2017
1 parent 86cb190 commit 0a4bc55
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
@@ -0,0 +1,11 @@
dist: trusty
sudo: false

language: c
compiler:
- clang
- gcc
script:
- autoreconf -fi
- ./configure
- make all

0 comments on commit 0a4bc55

Please sign in to comment.