switch back to the old Travis infrastructure
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user