Skip to content

Commit

Permalink
Fix CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
hvelarde committed Jan 3, 2014
1 parent 77df281 commit c39ccc7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Expand Up @@ -16,13 +16,12 @@ install:
- sed -ie "s#travis-4.x.cfg#travis-$PLONE_VERSION.x.cfg#" travis.cfg
- mkdir -p buildout-cache/downloads
- python bootstrap.py -c travis.cfg
- bin/buildout -c travis.cfg annotate
- bin/buildout -c travis.cfg -N -q
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- firefox -v
script: bin/code-analysis && bin/test
after_success:
- test -v QA && bin/coverage.sh && pip install -q coveralls && coveralls || true
after_failure:
- bin/buildout annotate -c travis.cfg
- firefox -v
- test $QA && bin/coverage.sh && pip install -q coveralls && coveralls || true

0 comments on commit c39ccc7

Please sign in to comment.