Skip to content

Commit

Permalink
Update docker for travisci
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean-Coakley committed Jan 17, 2020
1 parent 14aa31b commit 8d6342a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@ before_install:
&& GO111MODULE=on FOSSA_API_KEY=${fossapush} ./fossa analyze -t kubernetes-ingress -b ${TRAVIS_BRANCH}; fi
- echo "Checking ingress controller for linting errors" && wget -O - -q ${golangci_lint} | sh -s v1.17.1
- export PATH="$PATH:./bin" && make lint
addons:
apt:
packages:
- docker-ce

0 comments on commit 8d6342a

Please sign in to comment.