If anybody's having issues with `TravisCI`, here's...
# kobalt
e
If anybody's having issues with
TravisCI
, here's a basic
.travis.yml
that works:
Copy code
language: java

jdk:
  - oraclejdk8

before_install:
  - chmod +x kobaltw

install: true

cache:
  directories:
    - $HOME/.m2
    - $HOME/.kobalt

before_cache:
    - rm -rf .kobalt/*

script: ./kobaltw clean assemble