]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - .travis.yml
timer: Remove reset notifiers
[thirdparty/qemu.git] / .travis.yml
index 279658b11615d2e2fd97dfce8a40595acac50789..caf0a1f8faf41d827a4ea280c1d2a336897084e1 100644 (file)
@@ -43,6 +43,7 @@ addons:
       - glib
       - pixman
       - gnu-sed
+    update: true
 
 
 # The channel name "irc.oftc.net#qemu" is encrypted against qemu/qemu
@@ -74,13 +75,13 @@ before_script:
   - mkdir -p ${BUILD_DIR} && cd ${BUILD_DIR}
   - ${SRC_DIR}/configure ${BASE_CONFIG} ${CONFIG} || { cat config.log && exit 1; }
 script:
-  - make -j3 && ${TEST_CMD}
+  - make -j3 && travis_retry ${TEST_CMD}
 
 
 matrix:
   include:
     - env:
-        - CONFIG="--disable-system"
+        - CONFIG="--disable-system --static"
 
 
     # we split the system builds as it takes a while to build them all