mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-04-07 10:27:31 +00:00
Add -y flags
This commit is contained in:
parent
1beb9a2b8b
commit
0b64906a72
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
before_install:
|
||||
- sudo add-apt-repository ppa:ubuntu-sdk-team/ppa
|
||||
- sudo add-apt-repository ppa:ubuntu-sdk-team/ppa -y
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -qq libgmp3-dev qtbase5-private-dev qtdeclarative5-private-dev libqt5opengl5-dev libreadline6-dev
|
||||
- sudo apt-get install -yqq libgmp3-dev qtbase5-private-dev qtdeclarative5-private-dev libqt5opengl5-dev libreadline6-dev
|
||||
install:
|
||||
- go get code.google.com/p/go.tools/cmd/goimports
|
||||
- go get github.com/golang/lint/golint
|
||||
|
|
|
|||
Loading…
Reference in a new issue