summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml24
1 files changed, 0 insertions, 24 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 09cb041..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,24 +0,0 @@
-language: c
-
-compiler:
- - gcc
-
-addons:
- apt:
- sources:
- - ubuntu-toolchain-r-test
- packages:
- - autoconf
- - bison
- - gcc-6
- - help2man
- - lzip
- - texinfo
- - texlive
-
-before_script:
- - ./.travis/install-gettext.sh
- - ./.travis/install-automake.sh
- - export PATH=$HOME/bin:$PATH
-
-script: ./autogen.sh && ./configure && make && make check && make distcheck