Browse Source

Update travis build where appropriate

pull/5/head
Dave Syer 10 years ago
parent
commit
2e7b2d0e17
  1. 4
      .travis.yml

4
.travis.yml

@ -1,3 +1,7 @@ @@ -1,3 +1,7 @@
sudo: false
cache:
directories:
- $HOME/.m2
language: java
before_install:
- git config user.name "$GIT_NAME"

Loading…
Cancel
Save