Browse Source

Add travis build

pull/9/head
Dave Syer 13 years ago
parent
commit
24e766b4e5
  1. 5
      .travis.yml

5
.travis.yml

@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
language: java
install: mvn -U install --quiet -DskipTests=true
script: mvn clean test
Loading…
Cancel
Save