diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-11-18 16:28:36 +0100 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-11-18 16:28:36 +0100 |
| commit | 914dc6fb7cc3d2ca62525a4b695987ba1fe09430 (patch) | |
| tree | 8df0f54bd37631a2f26af33a287a258063b2fdef /.travis.yml | |
| parent | attempt to copy cyg-get command (diff) | |
| download | pygensvm-914dc6fb7cc3d2ca62525a4b695987ba1fe09430.tar.gz pygensvm-914dc6fb7cc3d2ca62525a4b695987ba1fe09430.zip | |
Attempt without version names
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index d35a46a..a1cdc2f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,7 +36,7 @@ matrix: #- choco install git #- choco install cygwin --no-progress -y - choco install cyg-get --no-progress -y - - /c/tools/cygwin/cygwinsetup.exe --root /c/tools/cygwin --local-package-dir /c/tools/cygwin/packages -d -n -f -q -v -B -P lapack-3.8.0-1,openblas-0.3.7-1 + - /c/tools/cygwin/cygwinsetup.exe --root /c/tools/cygwin --local-package-dir /c/tools/cygwin/packages -d -n -f -q -v -B -P lapack,openblas #- /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 |
