浏览代码

Add JDK8 to Travis cache

in order to not download JDK8 installer from oracle.com
on each build.
tags/6.1-RC1
Simon Brandhof 8 年前
父节点
当前提交
f2a4cc09da
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      .travis.yml

+ 1
- 0
.travis.yml 查看文件

@@ -17,6 +17,7 @@ cache:
- $HOME/.sonar
- server/sonar-web/node
- server/sonar-web/node_modules
- $HOME/jvm

before_cache:
# remove all the artifacts (JAR, ZIP) that are installed in local repo because of mvn deploy

正在加载...
取消
保存