Merge pull request #36 from rr83019/master

Add Travis CI
This commit is contained in:
hrj 2019-04-14 14:33:42 +05:30 committed by GitHub
commit 77a7f730fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
.travis.yml Normal file
View File

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