Skip to content

Commit

Permalink
.travis.yml ..
Browse files Browse the repository at this point in the history
  • Loading branch information
kosarko committed Apr 27, 2015
1 parent 390d699 commit 51b6e97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ addons:

before_install:
- sudo rm /etc/mavenrc
- export MAVEN_OPTS="-Dmaven.repo.local=/home/travis/.m2/repository -Xmx1024M -XX:MaxPermSize=192m --quiet"
- export MAVEN_OPTS="-Dmaven.repo.local=/home/travis/.m2/repository -Xmx1024M -XX:MaxPermSize=192m"
- alias mvn='mvn --quiet'
- whoami
- java -version
- pwd
Expand Down

0 comments on commit 51b6e97

Please sign in to comment.