We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a33e611 + c6a3fc7 commit 296a3cbCopy full SHA for 296a3cb
1 file changed
.travis.yml
@@ -3,6 +3,9 @@ php:
3
- 7.3
4
- 7.4
5
before_install:
6
+ - curl -s https://get.sdkman.io | bash
7
+ - source "/home/travis/.sdkman/bin/sdkman-init.sh"
8
+ - sdk install kotlin
9
- composer install
10
script:
11
- composer run tests
0 commit comments