From 706cc6ba116d9defd343024923a36540be2377cc Mon Sep 17 00:00:00 2001 From: Nikita Kalyazin Date: Mon, 30 Jun 2014 00:33:07 +0400 Subject: [PATCH] travis: fix cscope install (sudo) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a71c8df..bbdc87f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,5 +7,5 @@ node_js: - "0.10" install: - - apt-get install cscope + - sudo apt-get install cscope - npm install