Skip to content

Commit

Permalink
2prev
Browse files Browse the repository at this point in the history
  • Loading branch information
mikessh committed Nov 9, 2018
1 parent 631ee40 commit a5ff4f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ install:
- export PATH="$PATH:`./pkg-build.sh r_path`"

script:
- ./gradlew build -x test
- ./gradlew build
- java -jar build/libs/vdjtools-*.jar RInstall
- wget https://github.com/mikessh/vdjtools-examples/releases/download/1.1/aging_lite.zip
- unzip aging_lite.zip
Expand Down
2 changes: 1 addition & 1 deletion vdjtools
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jar=""

if [[ -z "$otherJar" ]];
then
for j in "$dir/../jar/vdjtools-1.2.0.jar" "$dir/vdjtools-1.2.0.jar" $(ls -d -1 $dir/target/* 2> /dev/null | grep distribution.jar)
for j in "$dir/../jar/vdjtools-1.2.0.jar" "$dir/vdjtools-1.2.1.jar" $(ls -d -1 $dir/target/* 2> /dev/null | grep distribution.jar)
do
if [[ -e "$j" ]];
then
Expand Down

0 comments on commit a5ff4f5

Please sign in to comment.