Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Commit

Permalink
Merge pull request #4 from henning-gerhardt/travis
Browse files Browse the repository at this point in the history
Add Travis CI integration
  • Loading branch information
henning-gerhardt authored Sep 30, 2016
2 parents 917e4cf + 6a3cda1 commit 655ca49
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Travis continuous integration for kitodo-contentserver

language: java

addons:
apt:
packages:
- tomcat7-common

cache:

env:

script: ant -lib /usr/share/tomcat7/lib all

0 comments on commit 655ca49

Please sign in to comment.