I've recently found a way to test build a NSIS-based installer project on a Windows host on https://travis-ci.org. I had to figure out quite a bit how to run the makensis
command there and how to set the PATH
environment variable. But now that it works, let me share my configuration file .travis.yml
with you:
language: shell
sudo: false
notifications:
email:
on_success: never