summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniil Fedotov <hairyhum@gmail.com>2015-12-18 10:53:11 +0000
committerDaniil Fedotov <hairyhum@gmail.com>2015-12-18 10:53:11 +0000
commit4c1e9d2a7c50756daf73a449b2c834f2f3055373 (patch)
tree81c90d0be9e30cec5e70f43ec2d5e7f2b3c32eb8
parentcc0f7ce7f12bab62a69d9b182c18ac71bb3a5e4a (diff)
downloadrabbitmq-server-git-4c1e9d2a7c50756daf73a449b2c834f2f3055373.tar.gz
Tell travis to wait for long-running tests.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 21fc0d0a5b..6d9dbc0b71 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,7 +18,7 @@ otp_release:
# dependencies too.
before_script: (test "$TRAVIS_TAG" && git checkout "$TRAVIS_TAG") || (test "$TRAVIS_BRANCH" && git checkout "$TRAVIS_BRANCH")
-script: make tests
+script: travis_wait make tests
cache:
apt: true