Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
adapted back from redisearch
  • Loading branch information
daTokenizer committed Jul 28, 2017
1 parent bb980c0 commit cc19f2e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
language: c
compiler: gcc
sudo: required
dist: trusty
#sudo: required
install: make clean && make
before_script:
- git clone https://github.com/datokenizer/redis.git
- git clone -b 4.0.0 --depth 1 https://github.com/antirez/redis.git
- cd redis
- make
- sudo pip install redis
- pip install redis ramp-packer rmtest
- cd ..
- ./redis/src/redis-server --loadmodule ./module.so &
#env:
#- REDIS_MODULE_PATH=$TRAVIS_BUILD_DIR/src/redisearch.so REDIS_PATH=$TRAVIS_BUILD_DIR/redis/src/redis-server
script: make test

0 comments on commit cc19f2e

Please sign in to comment.