We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7af712b commit 9223976Copy full SHA for 9223976
circle.yml
@@ -20,5 +20,5 @@ test:
20
post:
21
- rvm-exec 2.1.5 bundle exec rake install
22
- rvm-exec 2.2.0 bundle exec rake install
23
- - rvm-exec 2.1.5 ruby example/publish_500.rb
24
- - rvm-exec 2.1.5 ruby example/consume_500.rb
+ - ruby -I./lib example/publish_500.rb
+ - ruby -I./lib example/consume_500.rb
0 commit comments