From 11088df4024a512c8e2fe88f9ffe848e9940f808 Mon Sep 17 00:00:00 2001 From: Todd Gamblin Date: Fri, 3 Jul 2020 23:52:11 -0700 Subject: Remove references to `master` from CI - [x] remove master from github actions - [x] remove master from .travis.yml - [x] make `develop` the default branch for `spack ci` --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index df4262bf1e..e4e6383dbd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ -# Only build master and develop on push; do not build every branch. +# Only build releases and develop on push; do not build every branch. branches: only: - - master - develop - /^releases\/.*$/ -- cgit v1.2.3-60-g2f50