Browse Source

Fix branches.only in .travis.yml

Kentaro Wada 6 years ago
parent
commit
efca164639
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -10,7 +10,7 @@ dist: trusty
 branches:
   only:
     - master
-    - /v\d+\.\d+.\d+[a-z]/
+    - /v\d+\.\d+.\d+/
 
 notifications:
   email: false