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