Skip to content
This repository has been archived by the owner on Jan 3, 2019. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Add travis build file
  • Loading branch information
Andrew Woods committed Aug 23, 2013
1 parent 78a9a40 commit 928f109
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
@@ -0,0 +1,15 @@
language: java
jdk:
- oraclejdk7
before_script:
- "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:
- ff-tech@googlegroups.com

0 comments on commit 928f109

Please sign in to comment.