We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 250a574 commit 023dc47Copy full SHA for 023dc47
.travis.yml
@@ -25,7 +25,7 @@ cache:
25
- $HOME/build64
26
27
before_install:
28
- - if [ ! -d "$TOOLDIR" ] || [ -z "$(ls -A $TOOLDIR)" ] || [ "$(cat "$TOOLDIR/version.txt")" != "v0.3" ]; then
+ - if [ ! -d "$TOOLDIR" ] || [ -z "$(ls -A $TOOLDIR)" ] || [ "$(cat "$TOOLDIR/version.txt")" != "v0.4" ]; then
29
rm -rf $TOOLDIR;
30
mkdir -p $TRAVIS_BUILD_DIR/build && cd $TRAVIS_BUILD_DIR/build;
31
../configure --tooldir=$TOOLDIR;
0 commit comments