We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 931b96b + edd19ec commit ca7ff63Copy full SHA for ca7ff63
.travis.yml
@@ -19,10 +19,11 @@ matrix:
19
- php: 5.6
20
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"
21
22
-# test only master (+ Pull requests)
+# test only master and stable branches (+ Pull requests against those)
23
branches:
24
only:
25
- master
26
+ - /^\d.\d+$/
27
28
before_script:
29
- phpenv config-rm xdebug.ini
0 commit comments