Skip to content
This repository has been archived by the owner on Oct 13, 2021. It is now read-only.

Commit

Permalink
Fix travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Olsson committed Sep 13, 2016
1 parent 008a5eb commit e99d844
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ services:
install:
- go get -u github.com/golang/lint/golint

before_script:
- make check

script:
- make build
- make

after_success:
- docker login -e $DOCKER_EMAIL -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
Expand Down

0 comments on commit e99d844

Please sign in to comment.