amazon-ion / ion-element-kotlin

IonElement is an immutable in-memory representation of the Ion data format. IonElement's API is idiomatic to Kotlin.
Apache License 2.0
8 stars 7 forks source link

Add Travis CI #7

Closed dlurton closed 4 years ago

dlurton commented 4 years ago

Had to re-create the ion-tests submodule since I'd originally created it with the SSH URL instead of the HTTPS URL.

Removed the attempt I added to execute git submodules update --init --recursive in build.gradle since it wasn't working and I found out that travis pulls in git submodules by default.

Also added a gradle.properties file which is now required since it defines variables used by the publishing plugin. (With "EMPTY", values to be specified prior to publishing.)