From a7788d461068623acfa734e24c60eccc33cc1ea4 Mon Sep 17 00:00:00 2001 From: Stjepan Glavina Date: Thu, 12 Sep 2019 18:47:21 +0100 Subject: [PATCH] Update .travis.yml run CI only on specific branches --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index d6330455..19b3e589 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,13 @@ cache: before_cache: - rm -rf /home/travis/.cargo/registry + +branches: + only: + - master + - staging + - trying + matrix: fast_finish: true include: