We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7700548 commit 887c467Copy full SHA for 887c467
2 files changed
.travis.yml
@@ -13,9 +13,9 @@ env:
13
- ALCHEMY_BRANCH=4.5-stable
14
- ALCHEMY_BRANCH=4.6-stable
15
- ALCHEMY_BRANCH=5.0-stable
16
- - ALCHEMY_BRANCH=master
+ - ALCHEMY_BRANCH=main
17
matrix:
18
fast_finish: true
19
allow_failures:
20
- - env: ALCHEMY_BRANCH=master
+ - env: ALCHEMY_BRANCH=main
21
script: bundle exec rake
Gemfile
@@ -1,6 +1,6 @@
1
source "https://rubygems.org"
2
3
-alchemy_branch = ENV.fetch("ALCHEMY_BRANCH", "master")
+alchemy_branch = ENV.fetch("ALCHEMY_BRANCH", "main")
4
gem "alchemy_cms", github: "AlchemyCMS/alchemy_cms", branch: alchemy_branch
5
6
# Specify your gem's dependencies in alchemy-solidus.gemspec
0 commit comments