Skip to content

Commit

Permalink
Revert .travis.yml changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Nov 7, 2013
1 parent 285fc81 commit 2d3bf84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,7 @@ jdk:
before_script:
- "echo $JAVA_OPTS"
- "export JAVA_OPTS=-Xmx512m"
install: JAVA_OPTS=-Xmx512m mvn install -q
install: JAVA_OPTS=-Xmx512m mvn install -DskipTests=true
branches:
only:
- master
Expand Down

0 comments on commit 2d3bf84

Please sign in to comment.