Skip to content

Commit

Permalink
Make travis test golint
Browse files Browse the repository at this point in the history
  • Loading branch information
Zareen Choudhury committed Jan 16, 2018
1 parent d95aa54 commit 2ad2f6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ before_install:
- sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
- sudo apt-get update
- sudo DEBIAN_FRONTEND=noninteractive apt-get -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confnew" install docker-ce
- go get github.com/golang/lint/golint
script:
- golint -set_exit_status
- cd docker
- sudo docker build --tag="canopy" .

0 comments on commit 2ad2f6a

Please sign in to comment.