Merge pull request #7343 from Mailaender/travis-nsis-common

Fixed Travis deployment by adding NSIS stubs and plugins
This commit is contained in:
Oliver Brakmann
2015-01-17 12:01:17 +01:00

View File

@@ -38,7 +38,7 @@ notifications:
skip_join: true
before_deploy:
- apt-get download nsis markdown
- apt-get download nsis nsis-common markdown
- dpkg -x nsis*deb $HOME
- dpkg -x markdown*deb $HOME
- export PATH=$PATH:$HOME/usr/bin