Skip to content

Commit 00afc8f

Browse files
author
hari
committed
Makefile and .travis.yml update for OSX and linux build.
1 parent 7f73587 commit 00afc8f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 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
12-
- make repository-test-data
12+
- make repository-test-data-all

0 commit comments

Comments
 (0)