Update references of 'master' to 'main'

This commit is contained in:
Thiago Macieira
2021-09-03 11:48:37 -07:00
parent 11590e470d
commit dbf8f13114
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -2,8 +2,8 @@ env:
- BUILD_DOCS=false
jobs:
include:
- # only build docs on master
if: branch = master
- # only build docs on main
if: branch = main
env: BUILD_DOCS=true
language: cpp
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/sh -ex
tuple="$TRAVIS_BRANCH${TRAVIS_TAG:+tag:$TRAVIS_TAG},$TRAVIS_PULL_REQUEST"
case "$tuple" in
dev,false|master,false|tag:*)
dev,false|main,false|tag:*)
;;
*)
exit 0