Skip to content

Commit

Permalink
build: Enable TravisCI build testing
Browse files Browse the repository at this point in the history
It will provide an Ubuntu 14.04 LTS virtual machine (Trusty Beta):

  https://docs.travis-ci.com/user/ci-environment/

Signed-off-by: Namhyung Kim <namhyung@gmail.com>
  • Loading branch information
namhyung committed Sep 17, 2016
1 parent 0c88e1b commit 9b06644
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
@@ -0,0 +1,12 @@
language: c

# Ubuntu 14.04 LTS
dist: trusty

sudo: required

install:
- sudo apt-get -qq update
- sudo apt-get -y install libelf-dev libstdc++-4.8-dev pandoc

script: ./configure && make

0 comments on commit 9b06644

Please sign in to comment.