Commit 7f22660e4e68a7a96d390a9d7ada2190e65c3253
1 parent
4cda2094
Travis build script
Showing
3 changed files
with
10 additions
and
10 deletions
.travis.yml
| @@ -7,14 +7,5 @@ dist: trusty | @@ -7,14 +7,5 @@ dist: trusty | ||
| 7 | compiler: | 7 | compiler: |
| 8 | - clang | 8 | - clang |
| 9 | - gcc | 9 | - gcc |
| 10 | -# Packages | ||
| 11 | -# addons: | ||
| 12 | -# apt: | ||
| 13 | -# packages: | ||
| 14 | -# - libhiredis-dev | ||
| 15 | -# - libev-dev | ||
| 16 | # Build steps | 10 | # Build steps |
| 17 | -script: | ||
| 18 | - - mkdir build | ||
| 19 | - - cd build | ||
| 20 | - - cmake .. && make | 11 | +script: make-ci.sh |
README.md
| @@ -2,6 +2,7 @@ redox | @@ -2,6 +2,7 @@ redox | ||
| 2 | ====== | 2 | ====== |
| 3 | 3 | ||
| 4 | Modern, asynchronous, and wicked fast C++11 client for Redis | 4 | Modern, asynchronous, and wicked fast C++11 client for Redis |
| 5 | +[](https://travis-ci.org/hmartiro/redox) | ||
| 5 | 6 | ||
| 6 | Redox is a C++ interface to the | 7 | Redox is a C++ interface to the |
| 7 | [Redis](http://redis.io/) key-value store that makes it easy to write applications | 8 | [Redis](http://redis.io/) key-value store that makes it easy to write applications |