We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21c24c5 commit d7cdee6Copy full SHA for d7cdee6
.travis.yml
@@ -32,7 +32,7 @@ before_script:
32
- export TEST_DATABASE_URL=postgresql://postgres@localhost:5432/test
33
- bash scripts/test_multiple_heads.sh
34
- aglio --input docs/api/api_blueprint_source.apib --compile --output docs/api/api_blueprint.apib
35
- - dredd
+ #- dredd
36
37
script:
38
- nosetests tests/all -v --with-coverage
0 commit comments