/travis-kotlin

Travis Kotlin Testing

Primary LanguageKotlin

travis-kotlin

What this Travis CI build does:

- |
    for DIR in ./*/; do
      pushd $DIR
      ./gradlew test
      popd
    done

At the end of this .travis.yml.