aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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