Skip to content

Commit

Permalink
Create .travis.yml
Browse files Browse the repository at this point in the history
Added Travis CI
  • Loading branch information
Jerome Louvel committed May 16, 2013
1 parent c303a20 commit 5be57e0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
@@ -0,0 +1,6 @@
language: java
jdk:
- oraclejdk7
script:
- "cd build"
- "ant rebuild"

0 comments on commit 5be57e0

Please sign in to comment.