mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-27 03:51:16 -05:00
19 lines
243 B
YAML
19 lines
243 B
YAML
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
|