Skip to content

Commit

Permalink
Attempted fix (#350)
Browse files Browse the repository at this point in the history
* Attempt to fix intermittent test failures at CircleCI. This requires adding approval for bundler.
  • Loading branch information
dankohn authored and david-a-wheeler committed May 11, 2016
1 parent 8eb7539 commit 7e73609
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
dependencies:
pre:
- rvm install rubygems 2.4.8 --force
- gem install bundler -v 1.11.2
test:
pre:
- "[[ ! -s \"$(git rev-parse --git-dir)/shallow\" ]] || git fetch --unshallow"
Expand Down
5 changes: 5 additions & 0 deletions doc/dependency_decisions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,3 +228,8 @@
- :who: Samir Khakimov
:why: Apache 2.0
:when: 2016-04-04 16:50:00 Z
- - :approve
- bundler
- :who: Dan Kohn
:why: MIT
:when: 2016-05-11 16:50:00 Z

0 comments on commit 7e73609

Please sign in to comment.