From 1ecd2cf6450b91e6266761711b45bd099412921b Mon Sep 17 00:00:00 2001 From: yeya24 Date: Wed, 16 Oct 2019 22:58:42 -0400 Subject: [PATCH] update pouchlinter to 0.2.4 Signed-off-by: yeya24 --- .circleci/config.yml | 2 +- .travis.yml | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3ba03660a..0072c36e1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ jobs: docker: # this image is build from Dockerfile # https://github.com/pouchcontainer/pouchlinter/blob/master/Dockerfile - - image: pouchcontainer/pouchlinter:v0.2.3 + - image: pouchcontainer/pouchlinter:v0.2.4 working_directory: /go/src/github.com/dragonflyoss/Dragonfly steps: - checkout diff --git a/.travis.yml b/.travis.yml index a2e571cc5..729d2ae50 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,8 +9,3 @@ script: # after_success: # - bash <(curl -s https://codecov.io/bash) || echo "Failed to report code coverage!" - -cache: - directories: - - .autoconf - - $HOME/.m2