We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f73587 commit 00afc8fCopy full SHA for 00afc8f
.travis.yml
@@ -3,10 +3,10 @@ language: bash
3
os:
4
- linux
5
- osx
6
- - windows
+ # - windows
7
8
script:
9
- - if [ "$TRAVIS_OS_NAME" = "windows" ]; then choco install make; fi
10
- - if [ "$TRAVIS_OS_NAME" = "windows" ]; then choco install -y miniconda3; fi
+ # - if [ "$TRAVIS_OS_NAME" = "windows" ]; then choco install make; fi
+ # - if [ "$TRAVIS_OS_NAME" = "windows" ]; then choco install -y miniconda3; fi
11
# - if [ "$TRAVIS_OS_NAME" = "windows" ]; then choco install -y anaconda3; fi
12
- - make repository-test-data
+ - make repository-test-data-all
0 commit comments