Skip to content

Commit

Permalink
Use correct command for Travis install
Browse files Browse the repository at this point in the history
  • Loading branch information
diogonicoleti committed Aug 23, 2018
1 parent 162f46d commit 0cc2e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ language: go
go: "1.10"
services:
- docker
install: make setup
install: make setup install
script: make ci
after_success:
- docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
Expand Down

0 comments on commit 0cc2e3b

Please sign in to comment.