From 060a0ac396b418abc9ab4cacee63e366eb8ff102 Mon Sep 17 00:00:00 2001 From: Tianqi Chen Date: Sat, 19 Nov 2016 17:57:47 -0800 Subject: [PATCH] Update setup.sh --- tests/travis/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/travis/setup.sh b/tests/travis/setup.sh index 20ae0e6c5..086ca6954 100755 --- a/tests/travis/setup.sh +++ b/tests/travis/setup.sh @@ -6,7 +6,7 @@ if [ ${TRAVIS_OS_NAME} == "osx" ]; then fi if [ ${TASK} == "lint" ]; then - pip install --user `whoami` cpplint 'pylint==1.4.4' 'astroid==1.3.6' + pip install --user cpplint 'pylint==1.4.4' 'astroid==1.3.6' fi