yaml syntax error fix

This commit is contained in:
Anthony Green
2018-03-14 12:15:04 -04:00
parent 076d5a987e
commit bf337b0709

View File

@@ -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