Update .travis.yml
This commit is contained in:
parent
52b3dcdf07
commit
d74f126592
@ -20,14 +20,15 @@ addons:
|
|||||||
- git
|
- git
|
||||||
- libcurl4-openssl-dev
|
- libcurl4-openssl-dev
|
||||||
- unzip
|
- unzip
|
||||||
|
- python-numpy
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- git clone https://github.com/dmlc/dmlc-core
|
- git clone https://github.com/dmlc/dmlc-core
|
||||||
- export TRAVIS=dmlc-core/scripts/travis/
|
- export TRAVIS=dmlc-core/scripts/travis/
|
||||||
- source ${TRAVIS}/travis_setup_env.sh
|
- source ${TRAVIS}/travis_setup_env.sh
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install cpplint pylint numpy --user `whoami`
|
- pip install cpplint pylint --user `whoami`
|
||||||
|
|
||||||
script: scripts/travis_script.sh
|
script: scripts/travis_script.sh
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user