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

compiler:
    - gcc
    - clang

before_install:
    - ./admin/travis-install-deps.sh

env:
    - AS_ROOT=no
    - AS_ROOT=yes

script:
    - ./admin/travis-build.sh

notifications:
    email:
        - atf-log@googlegroups.com