Commit 44d0675c authored by Paul Asmuth's avatar Paul Asmuth
Browse files

travis.yml...

parent c0ff8737
Loading
Loading
Loading
Loading

.travis.yml

0 → 100644
+2 −0
Original line number Diff line number Diff line
rvm: 1.9.3
script: ./fnordmetric-core/run_specs.sh

fnordmetric-core/.travis.yml

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
rvm: 1.9.3
+5 −0
Original line number Diff line number Diff line
#!/bin/bash

cd $(dirname $0) && \
  bundle install && \
  bundle exec rspec
+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ describe FnordMetric do
    opts = FnordMetric.default_options
    opts[:redis_url].should eq("redis://localhost:6379")
    opts[:redis_prefix].should eq("fnordmetric")
    opts[:inbound_stream].should eq(["0.0.0.0", "1337"])
    opts[:inbound_stream].should eq(nil)
    opts[:web_interface].should eq(["0.0.0.0", "4242"])
    opts[:web_interface_server].should eq("thin")
    opts[:start_worker].should be_true