Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
Attempt to fix wierd travis issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Labeeuw committed Apr 25, 2013
1 parent 598a39e commit 95978ff
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
2 changes: 2 additions & 0 deletions .rspec
@@ -0,0 +1,2 @@
--color
--order rand
4 changes: 1 addition & 3 deletions .travis.yml
@@ -1,6 +1,4 @@
language: ruby

rvm:
- 1.9.2

script: bundle exec rake spec
- 1.9.2
7 changes: 0 additions & 7 deletions Rakefile

This file was deleted.

1 change: 1 addition & 0 deletions spec/integration/nats_failure_spec.rb
Expand Up @@ -22,6 +22,7 @@
}
})

wait_until { health_manager_up? }
sleep 3
stop_nats_server
wait_until { !nats_up?(nats_port) }
Expand Down

0 comments on commit 95978ff

Please sign in to comment.