Fix travis.yml

This commit is contained in:
Anthony Green
2018-03-14 12:40:58 -04:00
parent bf337b0709
commit 19aec19893

View File

@@ -29,9 +29,9 @@ script:
- echo $MEVAL
- env
- echo ------------------------------------------
- if test x"$MEVAL" != x; then eval ${MEVAL}; fi
- if ! test x"$MEVAL" = x; then eval ${MEVAL}; fi
- echo ------------------------------------------
- if test x"$MEVAL" != x; then eval ${MEVAL}; fi
- env
- ./autogen.sh
- ./configure ${HOST+--host=$HOST} ${CONFIGURE_OPTIONS}
- make