See docs here: http://docs.travis-ci.com/user/migrating-from-legacy/ Places we're currently using `sudo`: - https://github.com/NVIDIA/DIGITS/blob/v2.0.0-rc3/.travis.yml#L24 - https://github.com/NVIDIA/DIGITS/blob/v2.0.0-rc3/scripts/travis/install-caffe.sh#L22-L24 - And this whole file: https://github.com/NVIDIA/caffe/blob/v0.12.2/scripts/travis/travis_install.sh That last file is the main problem. We need to make sure all the packages we need are whitelisted and then do this: http://docs.travis-ci.com/user/migrating-from-legacy/#How-do-I-install-APT-sources-and-packages%3F
See docs here:
http://docs.travis-ci.com/user/migrating-from-legacy/
Places we're currently using
sudo:That last file is the main problem. We need to make sure all the packages we need are whitelisted and then do this:
http://docs.travis-ci.com/user/migrating-from-legacy/#How-do-I-install-APT-sources-and-packages%3F