Skip to content

Commit

Permalink
added travis continuous integration support
Browse files Browse the repository at this point in the history
  • Loading branch information
haobug committed Jul 15, 2013
1 parent 9997a22 commit 09fbcfb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: java
- openjdk7
- openjdk6
- oraclejdk7
- oraclejdk6
before_install: ./install_openblocks
install: mvn validate && mvn install
6 changes: 6 additions & 0 deletions install_openblocks
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#! /bin/sh
git clone https://github.com/taweili/openblocks.git && \
cd openblocks && \
mvn install && \
cd .. && \
rm -rf openblocks

0 comments on commit 09fbcfb

Please sign in to comment.