Skip to content

Commit

Permalink
initial travis test
Browse files Browse the repository at this point in the history
  • Loading branch information
sbeamer committed Jul 23, 2020
1 parent 7a99b4c commit 5f4f8bb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: scala
scala:
- 2.12.4

cache:
directories:
$HOME/.cache/coursier
$HOME/.sbt

script:
- sbt test

0 comments on commit 5f4f8bb

Please sign in to comment.