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`
This commit is contained in:
Todd Gamblin
2020-07-03 23:52:11 -07:00
parent 4ea76dc95c
commit 11088df402
5 changed files with 5 additions and 9 deletions

View File

@@ -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\/.*$/