Skip to content

Commit 9e87977

Browse files
committed
Testing the new testmine.
1 parent d770f5e commit 9e87977

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: python
22
sudo: false
3-
jdk: openjdk8
3+
jdk: openjdk11
44
dist: bionic
55
addons:
66
- postgresql: 11
@@ -10,8 +10,8 @@ env:
1010
- TESTMODEL_URL=http://localhost:8080/intermine-demo
1111
- TESTMODEL_PATH=intermine-demo
1212
before_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
2424
python:
2525
- "3.7"
26-
- "3.8"
27-
- "3.9-dev"
2826

config/travis/init.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ else
1010
fi
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

1618
export PSQL_USER=postgres
1719

0 commit comments

Comments
 (0)