summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2019-09-09 03:49:33 -0700
committerZachary Ware <zachary.ware@gmail.com>2019-09-09 05:49:33 -0500
commitbba9207248e2a777086d8525739693e3e9595f15 (patch)
treeda86a1f74491886b1c3fce2832cbf1b349eb60e8
parent8d64bfafdffd9f866bb6ac2e5b4c4bdfcb16aea0 (diff)
downloadcpython-git-bba9207248e2a777086d8525739693e3e9595f15.tar.gz
Future-proof .travis.yml for Python 3.10 (GH-14831)
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index cff401f5bc..ffc4d82c39 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,7 +23,7 @@ env:
branches:
only:
- master
- - /^\d\.\d$/
+ - /^\d\.\d+$/
- buildbot-custom
matrix: