Skip to content

Commit

Permalink
Skip code analysis on Plone 4.1 as it is not supported
Browse files Browse the repository at this point in the history
  • Loading branch information
hvelarde committed Jun 28, 2016
1 parent c0505ee commit 50ecf7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -22,7 +22,7 @@ before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
script:
- bin/code-analysis
- test $PLONE_VERSION != 4.1 && bin/code-analysis
- bin/test
after_success:
- bin/createcoverage
Expand Down

0 comments on commit 50ecf7e

Please sign in to comment.