aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/travis2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/travis b/scripts/travis
index 408bc75..c8e67ce 100755
--- a/scripts/travis
+++ b/scripts/travis
@@ -36,7 +36,7 @@ else
36 36
37 if [ -z $(which $CC) ]; then 37 if [ -z $(which $CC) ]; then
38 sudo apt-get update 38 sudo apt-get update
39 sudo apt-get install -y $ARCH-x-gcc make 39 sudo apt-get install -y mingw-w64 make
40 export PATH=$PATH:/opt/$ARCH/bin 40 export PATH=$PATH:/opt/$ARCH/bin
41 fi 41 fi
42 42