File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ os : linux
13language : python
2- sudo : false
34jdk : openjdk11
4- dist : bionic
5+ dist : focal
56addons :
6- - postgresql : 11
7+ - postgresql : 12.2
78services : postgresql
89env :
910 global :
1011 - TESTMODEL_URL=http://localhost:8080/intermine-demo
1112 - TESTMODEL_PATH=intermine-demo
1213before_script :
13- # - export JAVA_HOME=/usr/local/lib/jvm/openjdk8
14- # - export PATH=$JAVA_HOME/bin:$PATH
15- - java -version
16- - javac -version
17- - echo $JAVA_HOME
18- - echo $PATH
1914 - " ./config/travis/init-solr.sh"
2015 - " ./config/travis/init.sh"
2116script :
2217 - python setup.py test
2318 - python setup.py livetest
2419python :
20+ - " 3.6"
2521 - " 3.7"
2622
Original file line number Diff line number Diff line change 11# set up solr for testmine
22# testmine's setup script populates these empty indexes
33
4- wget http://archive.apache.org/dist/lucene/solr/8.5 .2/solr-8.5 .2.tgz
5- tar xzf solr-8.5 .2.tgz && ./solr-8.5 .2/bin/solr start
6- ./solr-8.5 .2/bin/solr create -c intermine-search
7- ./solr-8.5 .2/bin/solr create -c intermine-autocomplete
4+ wget http://archive.apache.org/dist/lucene/solr/8.6 .2/solr-8.6 .2.tgz
5+ tar xzf solr-8.6 .2.tgz && ./solr-8.6 .2/bin/solr start
6+ ./solr-8.6 .2/bin/solr create -c intermine-search
7+ ./solr-8.6 .2/bin/solr create -c intermine-autocomplete
Original file line number Diff line number Diff line change 1010fi
1111
1212# Pull in the server code.
13- # git clone --single-branch --depth 1 https://github.com/intermine/intermine.git server
14-
15- # Testing only for now
16- git clone --single-branch --branch remove-gretty-2276 --depth 10 https://github.com/danielabutano/intermine.git server
13+ git clone --single-branch --depth 1 https://github.com/intermine/intermine.git server
1714
1815export PSQL_USER=postgres
1916
You can’t perform that action at this time.
0 commit comments