Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add travis build file
  • Loading branch information
Andrew Woods committed Sep 5, 2013
1 parent 5b73148 commit 6736341
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 6736341

Please sign in to comment.