From 442cca29415a1c6bae7fc1055268f707aaf5eac3 Mon Sep 17 00:00:00 2001 From: c9s Date: Sat, 17 May 2014 15:45:34 +0800 Subject: [PATCH] update .travis ci config --- .travis.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index c8c5471..ab1a690 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,12 +6,12 @@ compiler: install: - sudo apt-get install check libpcre3 libpcre3-dev libjemalloc-dev libjemalloc1 build-essential libtool automake autoconf m4 gnulib before_script: - - aclocal - - autoconf - - automake --add-missing --foreign - - autoreconf -i -I/usr/share/gnulib/m4 && ./configure && make - # - ./autogen.sh - # - ./configure && make + # - aclocal + # - autoconf + # - automake --add-missing --foreign + # - autoreconf -i -I/usr/share/gnulib/m4 && ./configure && make + - ./autogen.sh + - ./configure && make script: - make check cache: