Skip to content

Commit

Permalink
fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
zubcevic authored and nbaars committed Dec 4, 2020
1 parent 8b42408 commit f676b3a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,12 @@ before_deploy:
- cp -fa $WEBWOLF_TARGET_DIR/*.jar $WEBGOAT_ARTIFACTS_FOLDER/
- echo "Contents of artifacts folder:"
- ls $WEBGOAT_ARTIFACTS_FOLDER
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then exit 1 ; else exit 0 ; fi
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then exit 1 ; fi
deploy:
- provider: script
cleanup: false
script: bash scripts/deploy-webgoat.sh
on:
os: linux
jdk: openjdk11
tags: true
- provider: releases
Expand All @@ -45,7 +44,6 @@ deploy:
file_glob: true
file: "$WEBGOAT_ARTIFACTS_FOLDER/*"
on:
os: linux
jdk: openjdk11
tags: true
env:
Expand Down

0 comments on commit f676b3a

Please sign in to comment.