[sr-dev] git:master:56959781: travisci: use regex to select 4.X branches

Victor Seva linuxmaniac at torreviejawireless.org
Tue May 12 21:41:18 CEST 2015


Module: kamailio
Branch: master
Commit: 5695978137225cc16cbe1cf8282c3eb31262257d
URL: https://github.com/kamailio/kamailio/commit/5695978137225cc16cbe1cf8282c3eb31262257d

Author: Victor Seva <linuxmaniac at torreviejawireless.org>
Committer: Victor Seva <linuxmaniac at torreviejawireless.org>
Date: 2015-05-12T21:40:11+02:00

travisci: use regex to select 4.X branches

---

Modified: .travis.yml

---

Diff:  https://github.com/kamailio/kamailio/commit/5695978137225cc16cbe1cf8282c3eb31262257d.diff
Patch: https://github.com/kamailio/kamailio/commit/5695978137225cc16cbe1cf8282c3eb31262257d.patch

---

diff --git a/.travis.yml b/.travis.yml
index c0708df..d0c962e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,9 +9,8 @@ before_install:
 script: ./test/travis/build_travis.sh
 branches:
   only:
-    - master
-    - 4.2
-    - 4.1
+    - 'master'
+    - '/^4\.[0-9]+$/'
 notifications:
   irc:
     channels:




More information about the sr-dev mailing list