Repository: incubator-s2graph
Updated Branches:
  refs/heads/master 247b2cb9d -> 3d965448f


travis setting


Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/7022a1e8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/7022a1e8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/7022a1e8

Branch: refs/heads/master
Commit: 7022a1e860b518bd81378b9582a607402f2d9979
Parents: f7154ba
Author: Injun Song <ijs...@gmail.com>
Authored: Wed Nov 30 12:13:31 2016 +0900
Committer: Injun Song <ijs...@gmail.com>
Committed: Wed Nov 30 12:13:31 2016 +0900

----------------------------------------------------------------------
 .travis.yml | 12 ++++++++++++
 1 file changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/7022a1e8/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..064b0ef
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,12 @@
+language: scala
+
+scala:
+  - 2.10.6
+  - 2.11.8
+  - 2.12.0
+
+jdk:
+  - oraclejdk8
+  - openjdk8
+
+sbt_args: -J-Xmx4G -J-Xms2G -J-Xss1M

Reply via email to