diff options
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index a336f65..5950b64 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,8 @@ matrix: language: shell before_install: - choco install python3 --version 3.6.8 --no-progress -y - - choco install git + #- choco install git + - choco install cygwin --no-progress -y - /c/tools/cygwin/setup-x86.exe -q -P lapack-3.8.0-1,openblas-0.3.7-1 #- /c/ProgramData/chocolatey/bin/cyg-get.bat lapack-3.8.0-1 #openblas-0.3.7-1 |
