Skip to content

Commit f57c38f

Browse files
Use sbt on Travis CI
1 parent a52802b commit f57c38f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.travis.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
language: java
1+
language: scala
2+
jdk: openjdk8
3+
cache:
4+
directories:
5+
- $HOME/.cache
6+
- $HOME/.ivy2/cache
7+
- $HOME/.sbt
8+
script: sbt test

0 commit comments

Comments
 (0)