Skip to content

Commit

Permalink
Build against Alchemy main branch
Browse files Browse the repository at this point in the history
Alchemy switched from master to main
  • Loading branch information
tvdeyen committed Oct 26, 2020
1 parent 7700548 commit 887c467
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ env:
- ALCHEMY_BRANCH=4.5-stable
- ALCHEMY_BRANCH=4.6-stable
- ALCHEMY_BRANCH=5.0-stable
- ALCHEMY_BRANCH=master
- ALCHEMY_BRANCH=main
matrix:
fast_finish: true
allow_failures:
- env: ALCHEMY_BRANCH=master
- env: ALCHEMY_BRANCH=main
script: bundle exec rake
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

alchemy_branch = ENV.fetch("ALCHEMY_BRANCH", "master")
alchemy_branch = ENV.fetch("ALCHEMY_BRANCH", "main")
gem "alchemy_cms", github: "AlchemyCMS/alchemy_cms", branch: alchemy_branch

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

0 comments on commit 887c467

Please sign in to comment.