Skip to content

Commit 2076717

Browse files
committed
Fix make target name
1 parent adb955d commit 2076717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ os:
88
script:
99
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then choco install make; fi
1010
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then choco install -y miniconda3; fi
11-
- make repository-test-data-all
11+
- make repository-test-all

0 commit comments

Comments
 (0)