File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,9 @@ language: bash
33os :
44 - linux
55 - osx
6- # - windows
6+ - windows
77
88script :
9- # - if [ "$TRAVIS_OS_NAME" = "windows" ]; then choco install make; fi
10- # - if [ "$TRAVIS_OS_NAME" = "windows" ]; then choco install -y miniconda3; fi
11- # - if [ "$TRAVIS_OS_NAME" = "windows" ]; then choco install -y anaconda3; fi
9+ - if [ "$TRAVIS_OS_NAME" = "windows" ]; then choco install make; fi
10+ - if [ "$TRAVIS_OS_NAME" = "windows" ]; then choco install -y miniconda3; fi
1211 - make repository-test-data-all
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ CONDA=./anaconda3
2020
2121# ifeq ($(shell uname -s),MINGW64_NT-10.0-18362)
2222ifeq ($(TRAVIS_OS_NAME ) ,windows)
23- # CONDA=/c/tools/anaconda3
23+ # CONDA=/c/tools/anaconda3
2424 CONDA=/c/tools/miniconda3
2525endif
2626
You can’t perform that action at this time.
0 commit comments