From 5871c39722de846902f7bf8e5496dfe48bfce75c Mon Sep 17 00:00:00 2001 From: Arran Cudbard-Bell Date: Sun, 5 Jan 2014 15:15:51 +0000 Subject: [PATCH] Fix travis configure line... --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9ac6f22..3a36a17 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,6 @@ env: - LIBS_OPTIONAL=no LIBS_SHARED=no - LIBS_OPTIONAL=yes LIBS_SHARED=yes before_script: - - ./configure -C --enable-werror --prefix=$HOME/travis --with-shared-libs=$LIBS_SHARED --with-threads=$LIBS_OPTIONAL --with-udpfromto=$LIBS_OPTIONAL --with-shared-libs=$LIBS_OPTIONAL --with-udpfromto=$LIBS_OPTIONAL --with-openssl=$LIBS_OPTIONAL + - ./configure -C --enable-werror --prefix=$HOME/travis --with-shared-libs=$LIBS_SHARED --with-threads=$LIBS_OPTIONAL --with-udpfromto=$LIBS_OPTIONAL --with-openssl=$LIBS_OPTIONAL - make script: make travis-test -- 2.1.4