Skip to content

Commit 8424dd1

Browse files
authored
TRAVIS fix condition for testing scipy-dev build (scikit-learn#11402)
1 parent f677d51 commit 8424dd1

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
@@ -57,7 +57,7 @@ matrix:
5757
# interpreter provided by travis.
5858
- python: 3.6
5959
env: DISTRIB="scipy-dev"
60-
if: type = cron OR commit_message ~ /\[scipy-dev\]/
60+
if: type = cron OR commit_message =~ /\[scipy-dev\]/
6161

6262
install: source build_tools/travis/install.sh
6363
script: bash build_tools/travis/test_script.sh

0 commit comments

Comments
 (0)