Browse Source

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

Travis: Use SCons 3.1.2 on Windows
Rémi Verschelde 5 years ago
parent
commit
eacffba9f5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

@@ -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: