Commit 7c323d3a authored by Greg Williams's avatar Greg Williams
Browse files

Added ./ to path to script/travis_install.rb since travis can't find the file,...

Added ./ to path to script/travis_install.rb since travis can't find the file, and added debug info as well.
parent 24cdabc6
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -9,7 +9,9 @@ rvm:
  - "1.9.3"
  - "2.0.0"
install:
  - ruby script/travis_install.rb
  - pwd
  - ls ./script
  - ruby ./script/travis_install.rb
  - bundle install
script:
  - bundle exec rake verbose ci
+0 −2
Original line number Diff line number Diff line
@@ -49,8 +49,6 @@ void test_KineticMessage_Init_should_initialize_the_message_and_required_protobu
    TEST_ASSERT_EQUAL_PTR(&exchange, message.exchange);
}

// void test

// void test_KineticProto_should_pack_and_unpack_protocol_buffers(void)
// {
//     size_t expectedLen;