From f079b1980f5f309e59f53c51ea3ab43ee71b054d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Mon, 18 May 2015 18:55:10 +0200 Subject: [PATCH] switch back to the old Travis infrastructure --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index aa38526101..d27ce12d4b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,8 @@ language: csharp mono: 3.12.0 -# Use the Docker-based infrastructure -sudo: false +# Don't use the container based infrastructure +sudo: true cache: directories: @@ -48,7 +48,7 @@ notifications: skip_join: true before_deploy: - - apt-get download nsis nsis-common + - sudo apt-get install nsis nsis-common dpkg - export PATH=$PATH:$HOME/usr/bin - DOTVERSION=`echo ${TRAVIS_TAG} | sed "s/-/\\./g"` - cd packaging