update .travis ci config

This commit is contained in:
c9s 2014-05-17 15:45:34 +08:00
parent 9e020768d9
commit 442cca2941

View file

@ -6,12 +6,12 @@ compiler:
install: install:
- sudo apt-get install check libpcre3 libpcre3-dev libjemalloc-dev libjemalloc1 build-essential libtool automake autoconf m4 gnulib - sudo apt-get install check libpcre3 libpcre3-dev libjemalloc-dev libjemalloc1 build-essential libtool automake autoconf m4 gnulib
before_script: before_script:
- aclocal # - aclocal
- autoconf # - autoconf
- automake --add-missing --foreign # - automake --add-missing --foreign
- autoreconf -i -I/usr/share/gnulib/m4 && ./configure && make # - autoreconf -i -I/usr/share/gnulib/m4 && ./configure && make
# - ./autogen.sh - ./autogen.sh
# - ./configure && make - ./configure && make
script: script:
- make check - make check
cache: cache: