We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59045f1 commit ac86490Copy full SHA for ac86490
1 file changed
.travis.yml
@@ -10,6 +10,9 @@ before_script:
10
- "echo $JAVA_OPTS"
11
- "export JAVA_OPTS=-Xmx1024m"
12
13
+ - "ulimit -a"
14
+ - "ulimit -u 2048"
15
16
17
script:
18
- "target/travis/deploy-if.sh"
0 commit comments