mirror of https://github.com/apache/lucene.git
Exclude master from .travis.yml
This commit is contained in:
parent
395672905d
commit
ae7fefd73a
|
@ -7,6 +7,9 @@ addons:
|
|||
- python3
|
||||
git:
|
||||
depth: 1
|
||||
branches:
|
||||
except:
|
||||
- master
|
||||
env:
|
||||
- DIR=. COMMAND="ant precommit" ANT_OPTS="-Xms1024m -Xmx2048m -XX:MaxPermSize=256m"
|
||||
- DIR=solr COMMAND="ant -Dtests.class=org.apache.solr.client.solrj.io.stream.Stream*Test
|
||||
|
|
Loading…
Reference in New Issue