From 2f509c194fb87ae175c64111a711a1e5d51dc2e8 Mon Sep 17 00:00:00 2001 From: Jim Lawson Date: Tue, 23 Feb 2016 14:51:47 -0800 Subject: Initial travis configuration. --- .travis.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..90f05569 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,24 @@ +language: scala +scala: + - 2.11 +sudo: false + +cache: + directories: + $HOME/.ivy2 + +git: + depth: 3 + +branches: + only: + - travis + - master + +env: + global: + SBT_OPTS=-Dsbt.log.noformat=true + +script: + - sbt $SBP_OPTS clean test + - make clean build-scala regress -- cgit v1.2.3