File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : python
22sudo : false
3- jdk : openjdk8
3+ jdk : openjdk11
44dist : bionic
55addons :
66 - postgresql : 11
1010 - TESTMODEL_URL=http://localhost:8080/intermine-demo
1111 - TESTMODEL_PATH=intermine-demo
1212before_script :
13- - export JAVA_HOME=/usr/local/lib/jvm/openjdk8
14- - export PATH=$JAVA_HOME/bin:$PATH
13+ # - export JAVA_HOME=/usr/local/lib/jvm/openjdk8
14+ # - export PATH=$JAVA_HOME/bin:$PATH
1515 - java -version
1616 - javac -version
1717 - echo $JAVA_HOME
@@ -23,6 +23,4 @@ script:
2323 - python setup.py livetest
2424python :
2525 - " 3.7"
26- - " 3.8"
27- - " 3.9-dev"
2826
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
13+ # git clone --single-branch --depth 1 https://github.com/intermine/intermine.git server
1414
15+ # Testing only for now
16+ git clone --single-branch --branch remove-gretty-2276 --depth 10 https://github.com/danielabutano/intermine.git server
1517
1618export PSQL_USER=postgres
1719
You can’t perform that action at this time.
0 commit comments