From bf337b070977fb7e8934fc91e4d0e60209f53448 Mon Sep 17 00:00:00 2001 From: Anthony Green Date: Wed, 14 Mar 2018 12:15:04 -0400 Subject: [PATCH] yaml syntax error fix --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6f066578..97b391f1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ script: - if test x"$MEVAL" != x; then eval ${MEVAL}; fi - echo ------------------------------------------ - if test x"$MEVAL" != x; then eval ${MEVAL}; fi -- ./autogen.sh + - ./autogen.sh - ./configure ${HOST+--host=$HOST} ${CONFIGURE_OPTIONS} - make - make dist