Skip to content

Commit

Permalink
Fix the Travis CI conf to specify the correct path to mvnw.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitoy committed Sep 17, 2017
1 parent 81a975d commit f1181ac
Show file tree
Hide file tree
Showing 3 changed files 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 @@ -38,9 +38,9 @@ script:
- |
if [ "${COVERALLS}" = "yes" ]
then
sudo /home/travis/kaitoy/pcap4j/mvnw -Dorg.pcap4j.core.pcapLibName=/usr/local/lib/libpcap.so -B -DserviceJobId=$TRAVIS_JOB_ID -Dorg.pcap4j.core.test.enableTimestampPrecisionTests=true -P test-coverage package coveralls:report
sudo $TRAVIS_BUILD_DIR/mvnw -Dorg.pcap4j.core.pcapLibName=/usr/local/lib/libpcap.so -B -DserviceJobId=$TRAVIS_JOB_ID -Dorg.pcap4j.core.test.enableTimestampPrecisionTests=true -P test-coverage package coveralls:report
else
sudo /home/travis/kaitoy/pcap4j/mvnw -Dorg.pcap4j.core.pcapLibName=/usr/local/lib/libpcap.so -B install
sudo $TRAVIS_BUILD_DIR/mvnw -Dorg.pcap4j.core.pcapLibName=/usr/local/lib/libpcap.so -B install
fi
notifications:
Expand Down
Empty file modified mvnw
100644 → 100755
Empty file.
Empty file modified mvnw.cmd
100644 → 100755
Empty file.

0 comments on commit f1181ac

Please sign in to comment.