Skip to content

Commit

Permalink
Install nats server before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitriy Kalinin and Pieter Noordhuis committed Jan 29, 2013
1 parent cc89942 commit 907b3db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
language: common

script: bin/go test router -gocheck.v=true
script:
- gem install nats
- bin/go test router -gocheck.v=true

0 comments on commit 907b3db

Please sign in to comment.