Fixed a few errors based on the feedback from @rabbah
diff --git a/README.md b/README.md
index 9235c3c..aef2d9e 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@
 -->
 
 # Apache OpenWhisk runtimes for Ruby
-[![Build Status](https://travis-ci.org/remore/openwhisk-runtime-ruby.svg?branch=master)](https://travis-ci.org/remore/openwhisk-runtime-ruby)
+[![Build Status](https://travis-ci.org/apache/incubator-openwhisk-runtime-ruby.svg?branch=master)](https://travis-ci.org/apache/incubator-openwhisk-runtime-ruby)
 
 ### Give it a try today
 To use as a docker action
diff --git a/tests/src/test/scala/actionContainers/Ruby25ActionContainerTests.scala b/tests/src/test/scala/actionContainers/Ruby25ActionContainerTests.scala
index e3b8f89..1090c14 100644
--- a/tests/src/test/scala/actionContainers/Ruby25ActionContainerTests.scala
+++ b/tests/src/test/scala/actionContainers/Ruby25ActionContainerTests.scala
@@ -115,8 +115,6 @@
   override val testLargeInput = {
     TestConfig("""
         |def main(args)
-        |  puts 'hello stdout'
-        |  warn 'hello stderr'
         |  args
         |end
       """.stripMargin)