From f4ce0bdab02a6ed8f82f170f8f8df1f03c6a2cbc Mon Sep 17 00:00:00 2001 From: lilydjwg Date: Tue, 8 May 2018 20:19:29 +0800 Subject: [PATCH] travis-ci: use allow_failures instead of exclude --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3b48f86..d51f834 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,8 @@ env: - DEPS=tornado pycurl - DEPS=tornado matrix: - exclude: + fast_finish: true + allow_failures: # doesn't work well, see https://travis-ci.org/lilydjwg/nvchecker/jobs/376326582 python: pypy3 env: DEPS=aiohttp