mirror of https://github.com/dspinellis/UMLGraph
Add Travis CI configuration
This commit is contained in:
parent
3eb6f8d034
commit
27baa4a6be
|
|
@ -0,0 +1,4 @@
|
|||
language: java
|
||||
install: ant deps
|
||||
|
||||
script: ant test
|
||||
|
|
@ -1,5 +1,7 @@
|
|||
# UMLGraph - Declarative Drawing of UML Diagrams
|
||||
|
||||
[](https://travis-ci.org/dspinellis/umlgraph)
|
||||
|
||||
*UMLGraph* allows the declarative specification and drawing of
|
||||
UML diagrams.
|
||||
You can browse the system's documentation
|
||||
|
|
|
|||
Loading…
Reference in New Issue