switch back to the old Travis infrastructure

This commit is contained in:
Matthias Mailänder
2015-05-18 18:55:10 +02:00
parent fd85b208fa
commit f079b1980f

View File

@@ -4,8 +4,8 @@
language: csharp language: csharp
mono: 3.12.0 mono: 3.12.0
# Use the Docker-based infrastructure # Don't use the container based infrastructure
sudo: false sudo: true
cache: cache:
directories: directories:
@@ -48,7 +48,7 @@ notifications:
skip_join: true skip_join: true
before_deploy: before_deploy:
- apt-get download nsis nsis-common - sudo apt-get install nsis nsis-common dpkg
- export PATH=$PATH:$HOME/usr/bin - export PATH=$PATH:$HOME/usr/bin
- DOTVERSION=`echo ${TRAVIS_TAG} | sed "s/-/\\./g"` - DOTVERSION=`echo ${TRAVIS_TAG} | sed "s/-/\\./g"`
- cd packaging - cd packaging