Skip to content

Commit 7f3c1b4

Browse files
Travis: work on sdkman transition...
1 parent a802a16 commit 7f3c1b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ branches:
1313
- 1.x_maintenance
1414

1515
before_install:
16-
- rm -rf ~/.gvm
16+
- rm -rf ~/.sdkman
1717
- curl -s get.gvm.io > ~/install_gvm.sh
1818
- chmod 775 ~/install_gvm.sh
1919
- ~/install_gvm.sh
2020
- echo "gvm_auto_answer=true" > ~/.sdkman/etc/config
2121
- source ~/.sdkman/bin/sdkman-init.sh
22-
- gvm install grails $GRAILS_VERSION || true
22+
- sdk install grails $GRAILS_VERSION || true
2323

2424
before_script:
2525
- rm -rf audit-test/target

0 commit comments

Comments
 (0)