summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 1b82a1ad3943d39276e59b5fd1551e318ca01a51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
language: c

sudo: required
dist: trusty
os:
 - linux
 - linux-ppc64le

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
OpenPOWER on IntegriCloud