Skip to content

Commit f317418

Browse files
eed3si9ndwijnand
andauthored
Update .travis.yml
Co-Authored-By: Dale Wijnand <[email protected]>
1 parent 02c9fcb commit f317418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ before_install:
3131
# adding $HOME/.sdkman to cache would create an empty directory, which interferes with the initial installation
3232
- "[[ -d "$HOME/.sdkman/bin" ]] || rm -rf "$HOME/.sdkman/"
3333
- curl -sL https://get.sdkman.io | bash
34-
- echo sdkman_auto_answer=true > /home/travis/.sdkman/etc/config
34+
- echo sdkman_auto_answer=true > "$HOME/.sdkman/etc/config"
3535
- source "/home/travis/.sdkman/bin/sdkman-init.sh"
3636

3737
install:

0 commit comments

Comments
 (0)