Skip to content

Commit

Permalink
Make sure CI env variable is always set, tests that kill/start Rabbit…
Browse files Browse the repository at this point in the history
…MQ are not cross-platform
  • Loading branch information
michaelklishin committed May 19, 2012
1 parent 9450e0a commit dcdddaa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -2,6 +2,8 @@ language: ruby
bundler_args: --without development
before_script: ./bin/ci/before_build.sh
script: "bundle exec rake spec:ci"
env:
- CI=true
rvm:
- 1.8.7
- rbx-19mode
Expand Down

0 comments on commit dcdddaa

Please sign in to comment.