We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02c9fcb commit f317418Copy full SHA for f317418
.travis.yml
@@ -31,7 +31,7 @@ before_install:
31
# adding $HOME/.sdkman to cache would create an empty directory, which interferes with the initial installation
32
- "[[ -d "$HOME/.sdkman/bin" ]] || rm -rf "$HOME/.sdkman/"
33
- curl -sL https://get.sdkman.io | bash
34
- - echo sdkman_auto_answer=true > /home/travis/.sdkman/etc/config
+ - echo sdkman_auto_answer=true > "$HOME/.sdkman/etc/config"
35
- source "/home/travis/.sdkman/bin/sdkman-init.sh"
36
37
install:
0 commit comments