good morning!!!!

Skip to content
Snippets Groups Projects
Commit 9a1b09f5 authored by Peter Kieltyka's avatar Peter Kieltyka
Browse files

No sudo in the install

parent 86a76c79
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ addons:
env: GOARCH=amd64 TEST_HOST=127.0.0.1 UPPERIO_DB_DEBUG=1
install:
- sudo apt-get install -y bzr make
- apt-get install -y bzr make
- mkdir -p $GOPATH/src/upper.io
- mv $PWD $GOPATH/src/upper.io/db
- cd $GOPATH/src/upper.io/db
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment