From 7e1435d76afc6c9f0c3f452d6cc3093a242a2a82 Mon Sep 17 00:00:00 2001 From: Santos Gallegos Date: Thu, 23 May 2019 11:45:05 -0500 Subject: [PATCH] Run travis in develop branch and master Current PRs don't trigger travis --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index a18521b..8f73192 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,3 +20,8 @@ install: script: - python run_tests.py + +branches: + only: + - master + - develop