Repository: incubator-griffin Updated Branches: refs/heads/master 3a09899ea -> 69b666e58
remove duplicated cache settings Author: William Guo <gu...@apache.org> Closes #430 from guoyuepeng/remove_dup_cache_in_travis. Project: http://git-wip-us.apache.org/repos/asf/incubator-griffin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-griffin/commit/69b666e5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-griffin/tree/69b666e5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-griffin/diff/69b666e5 Branch: refs/heads/master Commit: 69b666e58cbf00520d9bb31db85a3bd1843c7a75 Parents: 3a09899 Author: William Guo <gu...@apache.org> Authored: Tue Oct 2 23:07:56 2018 +0800 Committer: William Guo <gu...@apache.org> Committed: Tue Oct 2 23:07:56 2018 +0800 ---------------------------------------------------------------------- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/69b666e5/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index d938d39..9d22289 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,8 +29,6 @@ cache: install: - npm install -g bower +# keep 30, need change according to ci logs. script: travis_wait 30 mvn clean verify -q -cache: - directories: - - $HOME/.m2