mirror of
https://github.com/arcan1s/ffxivbis.git
synced 2025-04-24 09:17:18 +00:00
10 lines
94 B
YAML
10 lines
94 B
YAML
language: scala
|
|
scala:
|
|
- 2.13.1
|
|
|
|
sbt_args: -no-colors
|
|
|
|
script:
|
|
- sbt compile
|
|
- sbt test
|