Skip to content

Commit

Permalink
Use defaults for the travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Nov 7, 2013
1 parent 2d3bf84 commit 3dc997c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
@@ -1,13 +1,9 @@
language: java
jdk:
- oraclejdk7
before_script:
before_install:
- "echo $JAVA_OPTS"
- "export JAVA_OPTS=-Xmx512m"
install: JAVA_OPTS=-Xmx512m mvn install -DskipTests=true
branches:
only:
- master
notifications:
irc: "irc.freenode.org#duraspace-ff"
email:
Expand Down

0 comments on commit 3dc997c

Please sign in to comment.