Skip to content

Commit 9223976

Browse files
committed
Use local ./lib in Circle CI example running.
1 parent 7af712b commit 9223976

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-
- rvm-exec 2.1.5 ruby example/publish_500.rb
24-
- rvm-exec 2.1.5 ruby example/consume_500.rb
23+
- ruby -I./lib example/publish_500.rb
24+
- ruby -I./lib example/consume_500.rb

0 commit comments

Comments
 (0)