Skip to content

Commit fba1170

Browse files
authored
Merge pull request #34 from xuwei-k/travis
add .travis.yml
2 parents 09ec6c6 + 0f8cc8e commit fba1170

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
sudo: false
2+
language: scala
3+
jdk:
4+
- oraclejdk8
5+
script:
6+
- sbt test

0 commit comments

Comments
 (0)