From 7d2d5dd09ea7e60981cefb175cac161d780354d3 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Fri, 10 Jul 2020 16:44:21 -0500 Subject: [PATCH] Modify .travis.yml to reduce CI load --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9ddd61d8e3..3c7f08d11c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,15 +6,15 @@ os: # - osx julia: - 1.0 - - 1.1 - - 1.2 - - 1.3 - 1.4 notifications: email: false git: depth: 99999999 - +branches: + only: + - master + - /^release-.*$/ # Integration with JuMP-dev gitter channel notifications: webhooks: