Skip to content

Commit

Permalink
changed master to main for Travis and build components
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemccabe committed Sep 17, 2020
1 parent a5e6284 commit 3990f45
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ git:
# Build only the safelist
# develop
# feature_ branches
# master_ branches
# main_ branches
# bugfix_ branches
#
branches:
only:
- develop
- /^feature_.*/
- /^master_.*/
- /^main_.*/
- /^bugfix_.*/

cache:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ Model Evaluation Tools Plus (METplus) Repository

<!-- Start of Badges -->
[![METplus_develop](https://img.shields.io/badge/METplus-develop%20branch-blue)](#)
[![Travis build status](https://travis-ci.org/NCAR/METplus.svg?branch=develop)](https://travis-ci.org/NCAR/METplus)
[![Travis build status](https://travis-ci.org/DTCenter/METplus.svg?branch=develop)](https://travis-ci.org/DTCenter/METplus)
[![Latest Docs](https://img.shields.io/badge/docs-latest-brightgreen.svg)](https://dtcenter.github.io/METplus/)

<!--
[![Travis NCAR_masterv3.0 build_status](https://travis-ci.org/NCAR/METplus.svg?branch=master_v3.0)](https://travis-ci.org/NCAR/METplus)
[![Travis DTCenter_develop build_status](https://travis-ci.org/DTCenter/METplus.svg?branch=develop)](https://travis-ci.org/DTCenter/METplus)
-->

Welcome to the METplus GitHub repository hosted to the community through
Expand Down
2 changes: 1 addition & 1 deletion build_components/Externals.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ local_path = ../METviewer
protocol = git
required = True
repo_url = https://github.com/dtcenter/METviewer
branch = master
branch = develop

[externals_description]
schema_version = 1.0.0
Expand Down

0 comments on commit 3990f45

Please sign in to comment.