Skip to content

Commit

Permalink
Travis should setup a config
Browse files Browse the repository at this point in the history
  • Loading branch information
grantmd committed May 28, 2013
1 parent 164766d commit 09568ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -6,4 +6,6 @@ node_js:
- "0.8"
- "0.6"
services:
- redis-server
- redis-server
before_script:
- sh -c "if [ ! -f config.js ]; then cp config.sample.js config.js; fi"

0 comments on commit 09568ca

Please sign in to comment.