Skip to content

Commit

Permalink
travisci: use regex to select 4.X branches
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxmaniac committed May 12, 2015
1 parent 7048d59 commit 5695978
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 5695978

Please sign in to comment.