Merge pull request #410 from akien-mga/travis-window-scons-3.1.2

Travis: Use SCons 3.1.2 on Windows
pull/408/head
Rémi Verschelde 2020-06-02 15:59:04 +02:00 committed by GitHub
commit eacffba9f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -57,8 +57,8 @@ install:
fi
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
curl -LO https://downloads.sourceforge.net/project/scons/scons-local/3.0.5/scons-local-3.0.5.zip;
unzip scons-local-3.0.5.zip;
curl -LO https://downloads.sourceforge.net/project/scons/scons-local/3.1.2/scons-local-3.1.2.zip;
unzip scons-local-3.1.2.zip;
fi
script: