Skip to content

Commit 7af712b

Browse files
committed
Use explicit ruby version in Circle CI example running.
1 parent ebe4855 commit 7af712b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

circle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ test:
2020
post:
2121
- rvm-exec 2.1.5 bundle exec rake install
2222
- rvm-exec 2.2.0 bundle exec rake install
23-
- ruby example/publish_500.rb
24-
- ruby example/consume_500.rb
23+
- rvm-exec 2.1.5 ruby example/publish_500.rb
24+
- rvm-exec 2.1.5 ruby example/consume_500.rb

0 commit comments

Comments
 (0)