Skip to content

Commit 8432b68

Browse files
committed
Add travis CI script
1 parent a0873e5 commit 8432b68

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.travis.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
os: linux
2+
dist: xenial
3+
language: scala
4+
branches:
5+
only:
6+
- master
7+
scala:
8+
- 2.11.12
9+
jdk:
10+
- openjdk8
11+
before_cache:
12+
- find $HOME/.sbt -name "*.lock" -print -delete
13+
before_script:
14+
- curl https://raw.githubusercontent.com/scala-native/scala-native/master/scripts/travis_setup.sh | bash -x
15+
script: sbt test
16+
cache:
17+
directories:
18+
- $HOME/.sbt
19+
- $HOME/.cache/coursier

0 commit comments

Comments
 (0)