diff --git a/.travis.yml b/.travis.yml index a1eb855..9cbd17b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,4 +12,8 @@ addons: - qemu services: - - docker \ No newline at end of file + - docker + +before_script: + - cd $GOPATH/src/github.com/jollheef/out-of-tree/tools/qemu-debian-img + - ./bootstrap.sh \ No newline at end of file