From 72d0742bc40995fe40d3a5d1a5de95d799c2a8b4 Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Mon, 22 Jul 2019 13:02:48 -0700 Subject: [PATCH] Revert "Test pull requests" This reverts commit 3b992cba9d2123246e87d55f6c9c34046d0f1c0e. Seems not to work! --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8ba95ad3..fe5513c0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,8 @@ language: dart stages: - analyze_and_format - - test + - name: test + if: (type != pull_request) OR (sender = kevmoo) jobs: include: