Fix travis.yml
This commit is contained in:
@@ -29,9 +29,9 @@ script:
|
|||||||
- echo $MEVAL
|
- echo $MEVAL
|
||||||
- env
|
- env
|
||||||
- echo ------------------------------------------
|
- echo ------------------------------------------
|
||||||
- if test x"$MEVAL" != x; then eval ${MEVAL}; fi
|
- if ! test x"$MEVAL" = x; then eval ${MEVAL}; fi
|
||||||
- echo ------------------------------------------
|
- echo ------------------------------------------
|
||||||
- if test x"$MEVAL" != x; then eval ${MEVAL}; fi
|
- env
|
||||||
- ./autogen.sh
|
- ./autogen.sh
|
||||||
- ./configure ${HOST+--host=$HOST} ${CONFIGURE_OPTIONS}
|
- ./configure ${HOST+--host=$HOST} ${CONFIGURE_OPTIONS}
|
||||||
- make
|
- make
|
||||||
|
|||||||
Reference in New Issue
Block a user