Skip to content

Commit

Permalink
Switch to Circle CI (#38)
Browse files Browse the repository at this point in the history
Convert our travis config to circle config.

It ended up being a giant config file which seems very error prone. If anyone has any ideas for how to make this easier it would be much appreciated 🙏
  • Loading branch information
martin308 authored Oct 10, 2019
1 parent 5b133cf commit 64df7f3
Show file tree
Hide file tree
Showing 4 changed files with 447 additions and 60 deletions.
3 changes: 1 addition & 2 deletions bundler_version.sh → .circleci/bundler_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
set -ux

if [[ "$BUNDLE_GEMFILE" =~ (rails_41.gemfile|rails_42.gemfile)$ ]]; then
gem uninstall -v '>= 2' -i $(rvm gemdir) -ax bundler
gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler
gem uninstall -v '>= 2' -ax bundler
gem install bundler -v '< 2'
fi
Loading

0 comments on commit 64df7f3

Please sign in to comment.