Repository: accumulo Updated Branches: refs/heads/master ef39c1aae -> a5c8adfee
ACCUMULO-4182 Attempt to add cache to travis * Attempt to instruct travis-ci to cache maven dependencies * Also attempt to inform travis-ci of which branches to build Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/a5c8adfe Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/a5c8adfe Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/a5c8adfe Branch: refs/heads/master Commit: a5c8adfee952f5c27d3d997131b155047a5e7eff Parents: ef39c1a Author: Christopher Tubbs <ctubb...@apache.org> Authored: Thu Apr 14 22:57:07 2016 -0400 Committer: Christopher Tubbs <ctubb...@apache.org> Committed: Thu Apr 14 22:57:07 2016 -0400 ---------------------------------------------------------------------- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/a5c8adfe/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index b249511..5f9554e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,13 @@ # See the License for the specific language governing permissions and # limitations under the License. language: java +branches: + only: + - master + - gh-pages + - /^[0-9]*[.][0-9]*$/ +cache: + - $HOME/.m2 jdk: - openjdk7 - oraclejdk7