Skip to content

Commit 296a3cb

Browse files
authored
Merge pull request php-java#266 from chatii/add_kotlin_test_into_travisci
Add Kotlin CLI into TravisCI
2 parents a33e611 + c6a3fc7 commit 296a3cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ php:
33
- 7.3
44
- 7.4
55
before_install:
6+
- curl -s https://get.sdkman.io | bash
7+
- source "/home/travis/.sdkman/bin/sdkman-init.sh"
8+
- sdk install kotlin
69
- composer install
710
script:
811
- composer run tests

0 commit comments

Comments
 (0)