Skip to content

Commit

Permalink
[travis-ci] allow testing test-xxx branches
Browse files Browse the repository at this point in the history
  • Loading branch information
kares committed Jun 1, 2015
1 parent c8c60c9 commit 68b50e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -4,6 +4,7 @@ branches:
only:
- master
- 2.x-dev
- /^test-.*/
env:
- JRUBY_OPTS="--1.8 --server -Xcext.enabled=false -Xcompile.invokedynamic=false"
- JRUBY_OPTS="--1.9 --server -Xcext.enabled=false -Xcompile.invokedynamic=false"
Expand Down

0 comments on commit 68b50e5

Please sign in to comment.