Skip to content

Commit 030dc87

Browse files
author
hari
committed
.travis.yml for windows env
1 parent c2c81e0 commit 030dc87

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ language: bash
33
os:
44
- linux
55
- osx
6-
# - windows
6+
- windows
77

88
script:
9-
# - if [ "$TRAVIS_OS_NAME" = "windows" ]; then choco install make; fi
10-
# - if [ "$TRAVIS_OS_NAME" = "windows" ]; then choco install -y miniconda3; fi
9+
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then choco install make; fi
10+
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then choco install -y miniconda3; fi
1111
# - if [ "$TRAVIS_OS_NAME" = "windows" ]; then choco install -y anaconda3; fi
1212
- make repository-test-data-all

0 commit comments

Comments
 (0)