From 9ab5841b55d3cd495808ca70cc16ac1012ba7337 Mon Sep 17 00:00:00 2001 From: meh Date: Sat, 19 Sep 2015 14:45:29 +0200 Subject: [PATCH] travis: try with travis_wait --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3829b61..e2f96d7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,4 +11,4 @@ addons: - nasm script: - - cargo test --verbose --features build + - travis_wait cargo test --verbose --features build