From c769df818bb0491c64589304ec3156ed8b8b8e25 Mon Sep 17 00:00:00 2001 From: Will Crozier Date: Wed, 23 Sep 2020 01:04:52 +0100 Subject: [PATCH] .travis.yml add 'powerset' to included branches --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 0811ef0dc..716b6cfcf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,5 +29,6 @@ branches: only: - master # bors branches + - powerset - staging - trying