Skip to content

Commit 887c467

Browse files
committed
Build against Alchemy main branch
Alchemy switched from master to main
1 parent 7700548 commit 887c467

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ env:
1313
- ALCHEMY_BRANCH=4.5-stable
1414
- ALCHEMY_BRANCH=4.6-stable
1515
- ALCHEMY_BRANCH=5.0-stable
16-
- ALCHEMY_BRANCH=master
16+
- ALCHEMY_BRANCH=main
1717
matrix:
1818
fast_finish: true
1919
allow_failures:
20-
- env: ALCHEMY_BRANCH=master
20+
- env: ALCHEMY_BRANCH=main
2121
script: bundle exec rake

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source "https://rubygems.org"
22

3-
alchemy_branch = ENV.fetch("ALCHEMY_BRANCH", "master")
3+
alchemy_branch = ENV.fetch("ALCHEMY_BRANCH", "main")
44
gem "alchemy_cms", github: "AlchemyCMS/alchemy_cms", branch: alchemy_branch
55

66
# Specify your gem's dependencies in alchemy-solidus.gemspec

0 commit comments

Comments
 (0)