Skip to content

Commit

Permalink
Set travis-ci to build against rabbitmq-c v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alanxz committed Aug 15, 2013
1 parent 49b8ba8 commit 838afe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ install:
- pushd _prereqs
- git clone https://github.com/alanxz/rabbitmq-c
- cd rabbitmq-c
- git submodule init && git submodule update
- git checkout v0.4.0
- cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=../../_install -DBUILD_EXAMPLES=OFF -DBUILD_TESTS=OFF -DBUILD_TOOLS=OFF .
- make install
- popd
Expand Down

0 comments on commit 838afe7

Please sign in to comment.