summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorManoj Srivastava <srivasta@debian.org>2018-02-12 11:03:58 -0800
committerManoj Srivastava <srivasta@debian.org>2018-02-12 11:03:58 -0800
commit5f64e38979e363319990d837d0b4b5df82b71cca (patch)
treee9e60b658648d29136146d6021c3934d376a374c /.travis.yml
parent8852aa3f8eefeee4da27de0553b1653253b15619 (diff)
parent04687c439c4e99abd0bc29506ceaa293a6330d9c (diff)
Merge branch 'upstream'
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml24
1 files changed, 24 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..09cb041
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,24 @@
+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