Skip to content

Commit

Permalink
Added explicit build command.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitzl committed Apr 13, 2016
1 parent 6739036 commit 7826cdd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ install:
- curl -sS -O https://raw.githubusercontent.com/ExLibrisGroup/Rosetta.dps-sdk-projects/master/4.2/dps-sdk-deposit/lib/dps-sdk-4.2.0.jar
- mvn install:install-file -Dfile=dps-sdk-4.2.0.jar -DgroupId=com.exlibris.dps -DartifactId=dps-sdk
-Dversion=4.2.0 -Dpackaging=jar
script:
- mvn clean install
after_success:
- bash <(curl -s https://codecov.io/bash)
- pwd
- ls -l
- ls -l target
deploy:
Expand Down

0 comments on commit 7826cdd

Please sign in to comment.