Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
junyulah committed Oct 31, 2018
1 parent 8a7b4c5 commit 002d1cb
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .sbtopts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
-J-Xmx512m
-J-Xms128m
-J-XX:+UseConcMarkSweepGC
-J-XX:+CMSClassUnloadingEnabled
-J-XX:ReservedCodeCacheSize=251m
-J-XX:MaxMetaspaceSize=502m
-J-Xss2M -Duser.timezone=GMT
-jvm-debug 7100
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
language: scala
jdk: oraclejdk8
sudo: false
matrix:
include:
scala:
- 2.12.4
script:
- scripts/ci.sh
3 changes: 3 additions & 0 deletions scripts/ci.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
cd `dirname $0`
cd ..
sbt test

0 comments on commit 002d1cb

Please sign in to comment.