Skip to content

Commit 0bff1f2

Browse files
authored
Merge pull request #13 from SethTisue/add-travis
add Travis-CI config
2 parents 43abef2 + 3ff868a commit 0bff1f2

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.travis.yml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
language: scala
2+
3+
jdk:
4+
- oraclejdk8
5+
- openjdk11
6+
7+
scala:
8+
- 2.13.0-M4
9+
10+
script:
11+
- sbt ++$TRAVIS_SCALA_VERSION test
12+
13+
before_cache:
14+
- find $HOME/.sbt -name "*.lock" | xargs rm
15+
- find $HOME/.ivy2/cache -name "ivydata-*.properties" | xargs rm
16+
cache:
17+
directories:
18+
- $HOME/.ivy2/cache
19+
- $HOME/.sbt/boot
20+
- $HOME/.sbt/launchers

0 commit comments

Comments
 (0)