summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2018-03-14 12:15:04 -0400
committerAnthony Green <green@moxielogic.com>2018-03-14 12:15:04 -0400
commitbf337b070977fb7e8934fc91e4d0e60209f53448 (patch)
tree7446f107dd815baf7b456ec817d2774fc6529c55
parent076d5a987e016669993154b91525b02978c56727 (diff)
downloadlibffi-bf337b070977fb7e8934fc91e4d0e60209f53448.tar.gz
yaml syntax error fix
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 6f06657..97b391f 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