Skip to content

Commit 46e9a36

Browse files
committed
Enable Travis
1 parent 27c9e90 commit 46e9a36

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
language: groovy
2+
jdk:
3+
- oraclejdk7
4+
env:
5+
- TERM=dumb GRADLE_OPTS="-Xmx1024m -Xms256m -XX:MaxPermSize=768m -XX:+CMSClassUnloadingEnabled -XX:+HeapDumpOnOutOfMemoryError"
6+
script: ./gradlew test

0 commit comments

Comments
 (0)