Skip to content

Commit fbe7c6e

Browse files
author
Jarret Lavallee
committed
(maint) Add master back to travis for testing
Prior to this commit, the master branch was removed from the travis CI testing. This commit adds it back into the configuration.
1 parent 289b32d commit fbe7c6e

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.sync.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,9 @@ spec/default_facts.yml:
1313
pe_server_version: '2016.4.5'
1414
.rubocop.yml:
1515
selected_profile: off
16+
17+
.travis.yml:
18+
branches:
19+
- master
20+
- main
21+
- /^v\d/

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,6 @@ branches:
4545
only:
4646
- main
4747
- /^v\d/
48+
- master
4849
notifications:
4950
email: false

0 commit comments

Comments
 (0)