Skip to content

Commit

Permalink
travis upd
Browse files Browse the repository at this point in the history
  • Loading branch information
mikessh committed Dec 6, 2017
1 parent 3cd822e commit f413ba7
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
language: java

sudo: required

jdk: oraclejdk8
jdk: oraclejdk9

addons:
apt:
packages:
- oracle-java9-installer

install:
- curl -OL https://raw.githubusercontent.com/metacran/r-builder/master/pkg-build.sh
Expand All @@ -11,7 +15,9 @@ install:
- export PATH="$PATH:`./pkg-build.sh r_path`"

script:
- jdk_switcher use oraclejdk8
- mvn clean install -Dmaven.javadoc.skip=true -q
- jdk_switcher use oraclejdk9
- java -jar target/vdjtools-*.jar RInstall
- wget https://github.com/mikessh/vdjtools-examples/releases/download/1.1/aging_lite.zip
- unzip aging_lite.zip
Expand Down

0 comments on commit f413ba7

Please sign in to comment.