Skip to content

Commit ca7ff63

Browse files
committedAug 23, 2016
Merge branch '1.0'
2 parents 931b96b + edd19ec commit ca7ff63

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@ matrix:
1919
- php: 5.6
2020
env: TEST_CONFIG="phpunit-integration-legacy-solr.xml" SOLR_VERSION="4.10.4" CORES_SETUP="single" SOLR_CONFS="lib/Resources/config/solr/schema.xml lib/Resources/config/solr/custom-fields-types.xml lib/Resources/config/solr/language-fieldtypes.xml"
2121

22-
# test only master (+ Pull requests)
22+
# test only master and stable branches (+ Pull requests against those)
2323
branches:
2424
only:
2525
- master
26+
- /^\d.\d+$/
2627

2728
before_script:
2829
- phpenv config-rm xdebug.ini

0 commit comments

Comments
 (0)
Please sign in to comment.