switch to the new container based infrastructure

This commit is contained in:
Matthias Mailänder
2015-07-26 13:01:57 +02:00
parent 03ace48031
commit 0c2934a536
2 changed files with 12 additions and 5 deletions

View File

@@ -13,7 +13,8 @@ download_dir="${0%/*}/download"
mkdir -p "${download_dir}"
cd "${download_dir}"
if which nuget >/dev/null 2>&1; then
# https://github.com/travis-ci/travis-ci/issues/3940
if [ ! $TRAVIS ] && which nuget >/dev/null 2>&1; then
get()
{
nuget install $1 -Version $2 -ExcludeVersion