splunk / splunk-sdk-ruby

Splunk Software Development Kit for Ruby
http://dev.splunk.com
Apache License 2.0
36 stars 21 forks source link

Add Travis CI support for the Ruby SDK #46

Closed itay closed 8 years ago

itay commented 8 years ago

This change adds the ability to run the SDK test suite using Travis CI. Specifically, it includes:

  1. Using the Travis CI Docker capabilities to download a container running Splunk pre-built to run tests.
  2. Fixes to various tests to make them work properly and not make any assumptions on the running system.