Skip to content

Commit b95f47c

Browse files
rsafonsecaDaanHoogland
authored andcommitted
Remove some more unwanted stuff in install.sh
Signed-off-by: Daan Hoogland <daan@onecht.net>
1 parent c4a38bd commit b95f47c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tools/travis/install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ if [ $MOD -ne 0 ]; then
3434
fi
3535
fi
3636

37-
export CATALINA_BASE=/opt/tomcat
38-
export CATALINA_HOME=/opt/tomcat
39-
export M2_HOME="/usr/local/maven-3.2.1/"
37+
#export CATALINA_BASE=/opt/tomcat
38+
#export CATALINA_HOME=/opt/tomcat
39+
#export M2_HOME="/usr/local/maven-3.2.1/"
4040
export MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=500m"
4141

4242
if [ $TEST_SEQUENCE_NUMBER -eq 1 ]; then

0 commit comments

Comments
 (0)