chore(travis): use gcc-4.8.3 (20131205) version for windows build

This commit is contained in:
Soonho Kong 2013-12-12 16:27:58 -05:00
parent 6ed62247b0
commit 64963bd9fb

View file

@ -16,8 +16,8 @@ install:
fi fi
- mkdir -p /tmp/mxe - mkdir -p /tmp/mxe
- cd /tmp/mxe - cd /tmp/mxe
- wget http://dl.dropboxusercontent.com/u/203889738/gcc/mxe-gcc-4.8.2.tar.bz2 - wget http://dl.dropboxusercontent.com/u/203889738/gcc/mxe-gcc-4.8-20131205.tar.bz2
- tar xfj mxe-gcc-4.8.2.tar.bz2 - tar xfj mxe-gcc-4.8-20131205.tar.bz2
- cd - - cd -
script: script:
@ -31,7 +31,7 @@ script:
else else
BUILD_TYPE=Debug; BUILD_TYPE=Debug;
fi fi
- BUILD_NAME=${TRAVIS_BRANCH}_w64-mingw32-g++-4.8.2_${BUILD_TYPE} - BUILD_NAME=${TRAVIS_BRANCH}_w64-mingw32-g++-4.8.3_${BUILD_TYPE}
- if [[ $TCMALLOC == ON ]]; then - if [[ $TCMALLOC == ON ]]; then
BUILD_NAME=${BUILD_NAME}_TC; BUILD_NAME=${BUILD_NAME}_TC;
fi; fi;