Update .travis.yml
only build tags matching 2.######
This commit is contained in:
@@ -26,3 +26,6 @@ addons:
|
|||||||
before_install:
|
before_install:
|
||||||
- cpanm Test::More
|
- cpanm Test::More
|
||||||
- eval $(curl https://travis-perl.github.io/init) --auto
|
- eval $(curl https://travis-perl.github.io/init) --auto
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- /^2\.\d{6}$/
|
||||||
|
|||||||
Reference in New Issue
Block a user