Skip to content

Commit

Permalink
travis: drop -y flag in dpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
noxiouz committed Oct 13, 2016
1 parent e77ac08 commit 837b83c
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 @@ -11,7 +11,7 @@ go:
before_install:
- docker -v
- docker run -d -p 5000:5000 --restart=always --name registry registry:2
- sudo groupadd porto && sudo dpkg -i ci/yandex-porto_3.0.6_amd64.deb -y || sudo apt-get install -f -y
- sudo groupadd porto && sudo dpkg -i ci/yandex-porto_3.0.6_amd64.deb || sudo apt-get install -f -y

install:
- go env
Expand Down

0 comments on commit 837b83c

Please sign in to comment.