aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml21
1 files changed, 0 insertions, 21 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 031f3ac..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,21 +0,0 @@
-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 yamlesqueJVM/scalafmtCheck yamlesque-spray-jsonJVM/scalafmtCheck +test
-
-cache:
- directories:
- - "$HOME/.ivy2/cache"
- - "$HOME/.sbt/boot/"
-
-before_cache:
- - find $HOME/.ivy2/cache/io.crashbox -depth -name "yamlesque*" -exec rm -r {} \;
- - find $HOME/.ivy2 -name "ivydata-*.properties" -delete
- - find $HOME/.sbt -name "*.lock" -delete