Skip to content

Commit

Permalink
Fix circleci-matrix installation
Browse files Browse the repository at this point in the history
  • Loading branch information
0xced committed Oct 14, 2016
1 parent c737eb9 commit 34deaf1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ dependencies:
- sudo gem uninstall bundler -v '>1.12.5' --force || echo "bundler >1.12.5 is not installed"
- sudo gem install bundler -v 1.12.5 --no-rdoc --no-ri --no-document --quiet
- sudo gem install scan --no-rdoc --no-ri --no-document --quiet
- curl -fsSL https://git.io/v2Ifn | bash # https://github.com/michaelcontento/circleci-matrix#installation
- sudo curl -fsSL https://git.io/v2Ifs -o /usr/local/bin/circleci-matrix
- sudo chmod +x /usr/local/bin/circleci-matrix

test:
override:
Expand Down

0 comments on commit 34deaf1

Please sign in to comment.