aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Lawson2016-02-23 14:51:47 -0800
committerJim Lawson2016-02-23 14:51:47 -0800
commit2f509c194fb87ae175c64111a711a1e5d51dc2e8 (patch)
tree0279ffa0eb8de5a854835d6e673040724d37658f
parentc48c691e94afe4919c20fa588a9897316c572447 (diff)
Initial travis configuration.
-rw-r--r--.travis.yml24
1 files changed, 24 insertions, 0 deletions
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