Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
daTokenizer committed Nov 23, 2016
1 parent aae34c4 commit 6497eb2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
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: ./test.py --noload

0 comments on commit 6497eb2

Please sign in to comment.