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 18274cd commit 390d699
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,11 @@ language: java
addons:
postgresql: "9.4"

python:
- "2.7"

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 --quiet"
- whoami
- java -version
- python --version
- pwd
- mvn help:system
- sudo apt-get install -qq cloc
Expand Down

0 comments on commit 390d699

Please sign in to comment.