diff options
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 3908fdb..e4c1b03 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,10 +36,9 @@ matrix: #- choco install git #- choco install cygwin --no-progress -y - choco install cyg-get --no-progress -y - - /c/ProgramData/chocolatey/bin/cyg-get.bat -help #- /c/tools/cygwin/cygwinsetup.exe -v -B -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 + - /c/ProgramData/chocolatey/bin/cyg-get.bat -debug lapack-3.8.0-1 openblas-0.3.7-1 #- choco install cyg-get --no-progress -y env: - PATH=/c/Python36:/c/Python36/Scripts:/c/ProgramData/chocolatey/bin:$PATH |
