We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27c9e90 commit 46e9a36Copy full SHA for 46e9a36
.travis.yml
@@ -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