We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bf11f3 commit 1d477aeCopy full SHA for 1d477ae
dev/before_install.windows
@@ -1,5 +1,7 @@
1
#!/bin/bash
2
3
+set -e
4
+
5
[[ "$TRAVIS_OS_NAME" == "windows" ]] || exit 1
6
7
JDK="$1"
0 commit comments