aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 8 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index dedcf9b..7524c35 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,10 +1,17 @@
+sudo: required
language: scala
jdk:
- oraclejdk8
+before_install:
+ - curl https://raw.githubusercontent.com/scala-native/scala-native/master/scripts/travis_setup.sh | bash -x
+
script:
- - sbt scalafmtCheck +test
+ - > sbt
+ yamlesqueJVM/scalafmtCheck
+ yamlesque-spray-jsonJVM/scalafmtCheck
+ +test
cache:
directories: