Version 2.0.0-RC5

This commit is contained in:
dmzx
2016-04-04 22:33:08 +02:00
parent 3d34f58884
commit b89c3bec93

View File

@@ -1,3 +1,4 @@
# Opt into fully virtualized infrastructure
sudo: required sudo: required
language: php language: php
@@ -31,10 +32,10 @@ matrix:
env: env:
global: global:
- EXTNAME="dmzx/mChat-Extension" # CHANGE name of the extension HERE - EXTNAME="dmzx/mChat-Extension" # CHANGE name of the extension HERE
- SNIFF="1" # Should we run code sniffer on your code? - SNIFF="1" # Should we run code sniffer on your code?
- IMAGE_ICC="0" # Should we run icc profile sniffer on your images? - IMAGE_ICC="0" # Should we run icc profile sniffer on your images?
- EPV="0" # Should we run EPV (Extension Pre Validator) on your code? - EPV="1" # Should we run EPV (Extension Pre Validator) on your code?
- PHPBB_BRANCH="develop-ascraeus" - PHPBB_BRANCH="develop-ascraeus"
branches: branches:
@@ -51,7 +52,7 @@ before_install:
- sudo rm -rf phpbb-ext-acme-demo - sudo rm -rf phpbb-ext-acme-demo
install: install:
- composer install --dev --no-interaction --prefer-source - composer install --no-interaction --prefer-source
- travis/prepare-phpbb.sh $EXTNAME $PHPBB_BRANCH - travis/prepare-phpbb.sh $EXTNAME $PHPBB_BRANCH
- cd ../../phpBB3 - cd ../../phpBB3
- travis/prepare-extension.sh $EXTNAME $PHPBB_BRANCH - travis/prepare-extension.sh $EXTNAME $PHPBB_BRANCH