Skip to content

Instantly share code, notes, and snippets.

@daTokenizer
Last active November 25, 2016 16:56
Show Gist options
  • Save daTokenizer/474e8139c57cbf1e4105ced0895e016b to your computer and use it in GitHub Desktop.
Save daTokenizer/474e8139c57cbf1e4105ced0895e016b to your computer and use it in GitHub Desktop.
A Travis configuration to build and test redis modules. just point it to your test.
language: c
compiler: gcc
sudo: required
install: make clean && make
before_script:
- git clone https://github.com/antirez/redis.git
- cd redis
- make
- sudo pip install redis
- cd ..
- ./redis/src/redis-server --loadmodule ./module.so &
script: make test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment