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 85640ee commit 451778e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ 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 -N -q -t 3
- 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
script:
- test $QA bin/code-analysis && bin/zopepy setup.py check -mrs || true
- bin/test
- test -v QA bin/code-analysis && bin/zopepy setup.py check -mrs || true
after_success:
- test -v QA && bin/coverage.sh && pip install -q coveralls && coveralls || true
- test $QA && bin/coverage.sh && pip install -q coveralls && coveralls || true
after_failure:
- bin/buildout annotate -c travis.cfg
- firefox -v
notifications:
irc: irc.freenode.org#simplesconsultoria

0 comments on commit 451778e

Please sign in to comment.