diff options
Diffstat (limited to '')
-rw-r--r-- | unit/atf-src/.travis.yml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/unit/atf-src/.travis.yml b/unit/atf-src/.travis.yml new file mode 100644 index 0000000..cb5bea5 --- /dev/null +++ b/unit/atf-src/.travis.yml @@ -0,0 +1,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 |