From a46fd34e0d69fd26780acd22d915760430d06295 Mon Sep 17 00:00:00 2001 From: BryceLTaylor Date: Wed, 11 Jul 2018 15:11:36 -0400 Subject: [PATCH] Make Travis run tests on all branches --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 10938990f..33d4eb9fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -98,4 +98,4 @@ jobs: stages: - test - name: smoke - if: branch IN (travis) and type != pull_request + if: type != pull_request