Skip to content

Commit

Permalink
ci: run now the --example in /tmp, away from the src/test/resources f…
Browse files Browse the repository at this point in the history
…older
  • Loading branch information
danglotb committed Dec 4, 2019
1 parent e3ec1a8 commit 7998ab0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis/travis-jar.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/usr/bin/env bash

DPSOT_VERSION=${1}
cd dspot && java -jar target/dspot-${DSPOT_VERSION}-jar-with-dependencies.jar --example
cp dspot/target/dspot-${DSPOT_VERSION}-jar-with-dependencies.jar /tmp
cd /tmp
java -jar dspot-${DSPOT_VERSION}-jar-with-dependencies.jar --example

0 comments on commit 7998ab0

Please sign in to comment.