[ticket/331] Add EPV check to travis builds

B3P-331
This commit is contained in:
Marc Alexander
2014-08-17 14:09:16 +02:00
parent 3fa1e7c745
commit dfc78cafd6
4 changed files with 354 additions and 104 deletions

View File

@@ -32,6 +32,7 @@ env:
- SNIFF="1" # Should we run code sniffer on your code?
- IMAGE_ICC="0" # Should we run icc profile sniffer on your images?
- COVERALLS="1" # Should we run coveralls?
- EPV="1" # Should we run EPV (Extension Pre Validator) on your code?
- PHPBB_BRANCH="develop-ascraeus"
branches:
@@ -57,6 +58,7 @@ script:
- sh -c "if [ '$SNIFF' != '0' ]; then travis/ext-sniff.sh $DB $TRAVIS_PHP_VERSION $EXTNAME; fi"
- sh -c "if [ '$IMAGE_ICC' != '0' ]; then travis/check-image-icc-profiles.sh $DB $TRAVIS_PHP_VERSION; fi"
- ../board3/Board3-Portal/travis/run-testsuite.sh $DB $TRAVIS_PHP_VERSION
- ../board3/Board3-Portal/travis/run-evp.sh $DB $TRAVIS_PHP_VERSION $EXTNAME $EPV
after_script:
- sh -c "if [ '$COVERALLS' != '0' ]; then ../board3/Board3-Portal/travis/run-coveralls.sh $DB $TRAVIS_PHP_VERSION; fi"