Skip to content

Commit

Permalink
exit on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Kotal committed Apr 1, 2020
1 parent 2bf11f3 commit 1d477ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev/before_install.windows
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

set -e

[[ "$TRAVIS_OS_NAME" == "windows" ]] || exit 1

JDK="$1"
Expand Down

0 comments on commit 1d477ae

Please sign in to comment.