Skip to content

Commit

Permalink
Update travis to hdf5 1.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanRace authored Aug 5, 2019
1 parent ead4604 commit 887130d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ language: java
sudo: required

before_install:
- mvn install:install-file -Dfile="Dependencies\hdf5_java.dll" -DgroupId=org.hdfgroup -DartifactId=jhdf5 -Dversion=1.10.1 -Dpackaging=dll
- mvn install:install-file -Dfile="Dependencies\jarhdf5-1.10.1.jar" -DgroupId=org.hdfgroup -DartifactId=jarhdf5 -Dversion=1.10.1 -Dpackaging=jar
- mvn install:install-file -Dfile="Dependencies\hdf5_java.dll" -DgroupId=org.hdfgroup -DartifactId=jhdf5 -Dversion=1.10.5 -Dpackaging=dll
- mvn install:install-file -Dfile="Dependencies\jarhdf5-1.10.5.jar" -DgroupId=org.hdfgroup -DartifactId=jarhdf5 -Dversion=1.10.5 -Dpackaging=jar

script:
- cd jimzMLConverter
Expand Down

0 comments on commit 887130d

Please sign in to comment.