Update TravisCI config for new winghc docker image

This commit is contained in:
Vidar Holen
2019-07-31 21:15:46 -07:00
parent c175971bf0
commit 3fdc6babb2
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ script:
- mkdir -p deploy
- source ./.compile_binaries
- ./striptests
- set -x; build_"$BUILD"; set +x;
- set -ex; build_"$BUILD"; set +x;
- ./.prepare_deploy
after_success: |