From 6dddcf5e812c0acace0d8754e3e675c71c059485 Mon Sep 17 00:00:00 2001 From: Viktor Sadovnikov Date: Mon, 2 May 2016 12:51:01 +0200 Subject: [PATCH] running make as sudo --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 05136633..335d3a1e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ install: - sudo apt-key update - sudo apt-get -qqy install docker-engine=1.9.1-0~precise # Has to run this script with sudo because custom installation does not allow $USER to use docker and it's not possible to relogin - - make deps + - sudo make deps # Has to run the build script with sudo because custom installation does not allow $USER to use docker and it's not possible to relogin script: chmod +x travis.sh && sudo ./travis.sh