Skip to content

Commit

Permalink
Test with .travis.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Axtens <dja@axtens.net>
Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
  • Loading branch information
daxtens authored and sammj committed Nov 30, 2017
1 parent 591b8b6 commit 865097f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
language: c

sudo: required
dist: trusty

before_install:
- sudo apt-get -qq update
- sudo apt-get install -y autopoint libuv-dev libdevmapper-dev flex bison
- ./bootstrap

install:
- ./configure --with-twin-x11=no --with-twin-fbdev=no
- make

script:
- make check

0 comments on commit 865097f

Please sign in to comment.