We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f677d51 commit 8424dd1Copy full SHA for 8424dd1
.travis.yml
@@ -57,7 +57,7 @@ matrix:
57
# interpreter provided by travis.
58
- python: 3.6
59
env: DISTRIB="scipy-dev"
60
- if: type = cron OR commit_message ~ /\[scipy-dev\]/
+ if: type = cron OR commit_message =~ /\[scipy-dev\]/
61
62
install: source build_tools/travis/install.sh
63
script: bash build_tools/travis/test_script.sh
0 commit comments