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 a75feb9 commit 7905f0e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
language: c
compiler: gcc
install: make clean && make
before_script: true
before_script:
- git checkout https://github.com/antirez/redis.git
- cd redis
- make
- cd ..
- ./redis/src/redis-server --loadmodule ./module.so
script: true

0 comments on commit 7905f0e

Please sign in to comment.