Also do CI on .*travis.* branches

* allows testing Travis things without having to PR into another branch
This commit is contained in:
Christian Ramseyer
2020-02-03 00:16:45 +01:00
committed by GitHub
parent 7e489432d8
commit 965da8638d

View File

@@ -16,6 +16,7 @@ branches:
only: only:
- /^2\.\d{6}$/ - /^2\.\d{6}$/
- 'master' - 'master'
- /.*travis.*/
install: install:
- cpanm --quiet --notest https://github.com/egiles/test-compile/archive/v2.1.2.tar.gz PkgConfig Test::CChecker Alien::zlib::Static Alien::OpenSSL::Static Alien::SNMP - cpanm --quiet --notest https://github.com/egiles/test-compile/archive/v2.1.2.tar.gz PkgConfig Test::CChecker Alien::zlib::Static Alien::OpenSSL::Static Alien::SNMP
script: | script: |