summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2018-03-14 12:40:58 -0400
committerAnthony Green <green@moxielogic.com>2018-03-14 12:40:58 -0400
commit19aec1989382fab8bd86c556aa24751a75b8246e (patch)
tree69c2988d44d5df804b06ba559c5b7ecbd6b82f5b
parentbf337b070977fb7e8934fc91e4d0e60209f53448 (diff)
downloadlibffi-19aec1989382fab8bd86c556aa24751a75b8246e.tar.gz
Fix travis.yml
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 97b391f..1661697 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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