Skip to content

Commit

Permalink
added sudo for drone 0.3 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
bradrydzewski committed Sep 30, 2015
1 parent aa320db commit dfb767e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ env:
- PATH=$PATH:$GOROOT/bin:$GOPATH/bin

script:
- apt-get -y -qq update
- apt-get -y -qq install libsqlite3-dev
- sudo apt-get -y -qq update
- sudo apt-get -y -qq install libsqlite3-dev
- make deps
- make
- make test
Expand Down

0 comments on commit dfb767e

Please sign in to comment.