Version 2.0.0-RC3
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
# Opt into fully virtualized infrastructure
|
||||||
sudo: required
|
sudo: required
|
||||||
|
|
||||||
language: php
|
language: php
|
||||||
@@ -18,8 +19,6 @@ matrix:
|
|||||||
env: DB=postgres
|
env: DB=postgres
|
||||||
- php: 5.4
|
- php: 5.4
|
||||||
env: DB=sqlite3
|
env: DB=sqlite3
|
||||||
- php: 5.4
|
|
||||||
env: DB=mysqli;SLOWTESTS=1
|
|
||||||
- php: 5.5
|
- php: 5.5
|
||||||
env: DB=mysqli
|
env: DB=mysqli
|
||||||
- php: 5.6
|
- php: 5.6
|
||||||
@@ -36,14 +35,14 @@ env:
|
|||||||
- 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="0" # Should we run EPV (Extension Pre Validator) on your code?
|
||||||
- PHPBB_BRANCH="develop-ascraeus"
|
- PHPBB_BRANCH="3.1.x"
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
- develop
|
- develop
|
||||||
- /^develop-.*$/
|
- /^develop-.*$/
|
||||||
|
- /^release-.*$/
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- travis_retry composer install --dev --no-interaction --prefer-source
|
- travis_retry composer install --dev --no-interaction --prefer-source
|
||||||
|
|||||||
Reference in New Issue
Block a user