Skip to content

Commit

Permalink
Attempt to fix CircleCI load failures
Browse files Browse the repository at this point in the history
Signed-off-by: David A. Wheeler <dwheeler@dwheeler.com>
  • Loading branch information
david-a-wheeler committed May 7, 2016
1 parent 92cc57d commit fd6b47e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# CircleCI configuration, see
# https://circleci.com/docs/configuration/
#
# Work around CircleCI failures, see https://discuss.circleci.com/t/bundler-fails-to-find-appropriate-version-despite-installing-appropriate-version-earlier-in-the-build/2815/36
dependencies:
pre:
- echo "export rvm_ignore_gemsets_flag=1" >> ~/.rvmrc
- gem install bundler
test:
pre:
- "[[ ! -s \"$(git rev-parse --git-dir)/shallow\" ]] || git fetch --unshallow"
Expand Down

0 comments on commit fd6b47e

Please sign in to comment.