From 3192a693459bfa6f211ffd65a50bbd62b19f9c2b Mon Sep 17 00:00:00 2001 From: Daniel Watkins Date: Wed, 4 Dec 2019 14:59:43 -0500 Subject: Revert "travis: only run CI on pull requests" Until we have a clear issue with CI throughput, let's make sure that we're testing master. This reverts commit 21967a2dedc781e05cf62c80fb730d0ed5973c8b. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index fba00571..834a5681 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ install: - pip install tox script: - - 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then tox; fi' + - tox matrix: fast_finish: true -- cgit v1.2.3