1language: java 2jdk: 3 - oraclejdk8 4 5before_install: 6 - touch local.properties 7 8install: true 9 10script: ./kobaltw assemble test 11 12