From d74f1265924cb0b0dd0c82ac4a81ef1ef40e0e51 Mon Sep 17 00:00:00 2001 From: Tianqi Chen Date: Fri, 3 Jul 2015 15:35:47 -0700 Subject: [PATCH] Update .travis.yml --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index dab1cb53d..339f5c692 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,14 +20,15 @@ addons: - git - libcurl4-openssl-dev - unzip - + - python-numpy + before_install: - git clone https://github.com/dmlc/dmlc-core - export TRAVIS=dmlc-core/scripts/travis/ - source ${TRAVIS}/travis_setup_env.sh install: - - pip install cpplint pylint numpy --user `whoami` + - pip install cpplint pylint --user `whoami` script: scripts/travis_script.sh