Skip to content

Commit c6a3fc7

Browse files
author
Taichi Inaba
committed
Add Kotlin CLI into TravisCI
1 parent a33e611 commit c6a3fc7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.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)