aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml23
1 files changed, 0 insertions, 23 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 1d29845..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,23 +0,0 @@
-language: c
-compiler:
- - gcc
- - clang
-before_install:
- - sudo apt-get update -qq
- - sudo apt-get install libattr1-dev autotools-dev automake autoconf libelf-dev libtool
-script:
- - ./autogen.sh
- - ./configure
- - make V=1 distcheck
- - cd misc/fix-gnustack
- - ./autogen.sh
- - ./configure
- - make V=1 dist
- - cd ../install-xattr
- - make V=1
-notifications:
- irc:
- channels:
- - "irc.freenode.org#gentoo-hardened"
- on_success: change
- on_failure: always