diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2014-07-26 18:26:39 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2014-07-26 18:26:39 -0700 |
commit | 512d760729edae5cdfee465eab7244fa153070db (patch) | |
tree | 65c0c8d0f76d0ee65ab79f48f06fafe0b87cb894 /.travis.yml | |
parent | 9b366e26ffedbf9c530c1753669be5c1b855b497 (diff) |
Changing the travis build command
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 88343b4..5256257 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,3 +3,4 @@ jdk: - oraclejdk7 - openjdk7 before_install: "./devfiles/scripts/get-build-tools.sh" +install: "ant resolve test" |