Merge branch 'post-05' into post-06

This commit is contained in:
Philipp Oppermann
2019-06-23 18:07:34 +02:00

View File

@@ -36,6 +36,7 @@ addons:
homebrew:
packages:
- qemu
update: true
install:
- if [ $TRAVIS_OS_NAME = windows ]; then choco install qemu; export PATH="/c/Program Files/qemu:$PATH"; fi