Skip to content

Commit

Permalink
Disable catalog queue on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hvelarde committed Jul 24, 2017
1 parent b15e2dc commit 8c04dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -24,7 +24,7 @@ before_script:
- firefox -v
script:
- bin/code-analysis
- bin/test
- CATALOG_OPTIMIZATION_DISABLED=true bin/test
after_success:
- bin/zopepy setup.py check -mrs
- bin/createcoverage
Expand Down

0 comments on commit 8c04dff

Please sign in to comment.