aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJon Pretty <jon.pretty@propensive.com>2018-03-09 11:42:07 +0000
committerGitHub <noreply@github.com>2018-03-09 11:42:07 +0000
commitfb514c8045df9eb36064aef05e50595287e9d9fa (patch)
tree0964d2af87709fbc322b0c50e1a0e1c1b57eef0a /.travis.yml
parent11a9d53222edde096ec6880981b63c363083004b (diff)
parent0646f756a24caac5bc6c77ec624428161d4348f2 (diff)
downloadmagnolia-fb514c8045df9eb36064aef05e50595287e9d9fa.tar.gz
magnolia-fb514c8045df9eb36064aef05e50595287e9d9fa.tar.bz2
magnolia-fb514c8045df9eb36064aef05e50595287e9d9fa.zip
Merge pull request #80 from jodersky/master
Cross-build for Scala Native
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..5575c91
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,11 @@
+sudo: required
+dist: trusty
+language: scala
+
+before_install:
+- curl https://raw.githubusercontent.com/scala-native/scala-native/9069e8d447f7a9a5439bffbb6a706b5cc70bd631/bin/travis_setup.sh | bash -x
+
+script:
+ - sbt +compile +tests/run
+jdk:
+ - oraclejdk8