Add Travis CI

Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
This commit is contained in:
Rahul Rudragoudar 2019-04-12 23:19:41 +05:30
parent 535c59a218
commit 4474b4dece
No known key found for this signature in database
GPG Key ID: 5825856C50762765

6
.travis.yml Normal file
View File

@ -0,0 +1,6 @@
language: scala
jdk: oraclejdk8
scala:
- 2.12.8
script:
- sbt ++$TRAVIS_SCALA_VERSION test