Removed useless -d option

This commit is contained in:
Gauthier Bastien 2013-03-21 11:30:35 +01:00
parent 0efa874088
commit c78c66186d
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ python:
- 2.7
install:
- mkdir -p buildout-cache/{eggs,downloads}
- python bootstrap.py -c travis.cfg -d
- python bootstrap.py -c travis.cfg
- bin/buildout -Nc travis.cfg
script:
- bin/test