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 ce81bcc commit f9c9f1eCopy full SHA for f9c9f1e
.travis.yml
@@ -9,6 +9,8 @@ android:
9
env:
10
global:
11
- MAVEN_OPTS="-Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=512m"
12
-#travis ci terminates unexpectedly, when running some tests, we will skip those for now
13
-## TODO: refactor specific tests which are excluded into its own file.
+before_script:
+ echo "MAVEN_OPTS='-Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=512m'" > ~/.mavenrc
14
+ echo "printing maven options"
15
+ cat ~/.mavenrc
16
script: mvn clean install -Dmaven.javadoc.skip=true
0 commit comments