Skip to content
Snippets Groups Projects
Commit 134a929f authored by David Swan's avatar David Swan
Browse files

(IAC-1026) - Update default travis/appveyor branches from master to main

parent 3d2e75cb
Branches
Tags
No related merge requests found
...@@ -11,7 +11,7 @@ script: ...@@ -11,7 +11,7 @@ script:
- ".travis/test_script.sh" - ".travis/test_script.sh"
branches: branches:
only: only:
- master - main
notifications: notifications:
email: false email: false
slack: slack:
......
...@@ -84,7 +84,7 @@ common: ...@@ -84,7 +84,7 @@ common:
rvm: 2.5.7 rvm: 2.5.7
stage: spec stage: spec
branches: branches:
- master - main
- /^v\d/ - /^v\d/
use_litmus: false use_litmus: false
use_litmus_complex: false use_litmus_complex: false
...@@ -121,7 +121,7 @@ appveyor.yml: ...@@ -121,7 +121,7 @@ appveyor.yml:
test_script: test_script:
- bundle exec rake %CHECK% - bundle exec rake %CHECK%
branches: branches:
- master - main
- release - release
Rakefile: Rakefile:
changelog_version_tag_pattern: 'v%s' changelog_version_tag_pattern: 'v%s'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment