-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #28 from Quantility/development
2.5.0dev
- Loading branch information
Showing
7 changed files
with
91 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,76 @@ | ||
# Forces new Travis-CI Infrastructure | ||
sudo: false | ||
|
||
language: php | ||
php: | ||
- 5.4 | ||
- 5.5 | ||
- 5.6 | ||
- hhvm | ||
- nightly | ||
|
||
env: | ||
global: | ||
- RUN_PHPCS="no" | ||
- RUN_UNIT_TESTS="yes" | ||
- RUN_JAVASCRIPT_TESTS="no" | ||
- INSTALL_MEMCACHE="yes" | ||
- INSTALL_MEMCACHED="yes" | ||
- INSTALL_REDIS="yes" | ||
|
||
matrix: | ||
fast_finish: true | ||
include: | ||
- php: 5.6 | ||
env: RUN_PHPCS="yes" RUN_UNIT_TESTS="no" INSTALL_MEMCACHE="no" INSTALL_MEMCACHED="no" INSTALL_REDIS="no" | ||
- php: 5.3 | ||
env: INSTALL_APC="yes" | ||
- php: 5.4 | ||
env: INSTALL_APC="yes" | ||
- php: 5.5 | ||
env: INSTALL_APCU="yes" | ||
- php: 5.6 | ||
env: INSTALL_APCU="yes" | ||
- php: 7.0 | ||
env: INSTALL_APCU="yes" INSTALL_APCU_BC_BETA="no" INSTALL_MEMCACHE="no" INSTALL_MEMCACHED="no" INSTALL_REDIS="no" # Disabled apcu_bc install until https://github.com/travis-ci/travis-ci/issues/5207 is resolved | ||
- node_js: 6.1 | ||
sudo: true | ||
env: RUN_JAVASCRIPT_TESTS="yes" RUN_UNIT_TESTS="no" | ||
- php: 7.1 | ||
env: INSTALL_APCU="yes" INSTALL_APCU_BC_BETA="no" INSTALL_MEMCACHE="no" INSTALL_MEMCACHED="no" INSTALL_REDIS="no" # Disabled apcu_bc install until https://github.com/travis-ci/travis-ci/issues/5207 is resolved | ||
- php: hhvm | ||
sudo: true | ||
dist: trusty | ||
group: edge # until the next update | ||
addons: | ||
apt: | ||
packages: | ||
- mysql-server-5.6 | ||
- mysql-client-core-5.6 | ||
- mysql-client-5.6 | ||
services: | ||
- mysql | ||
- postgresql | ||
- redis-server | ||
env: INSTALL_APCU_BC_BETA="no" INSTALL_MEMCACHE="no" INSTALL_MEMCACHED="no" # Disabled items that currently do not work in travis-ci hhvm | ||
allow_failures: | ||
- php: 7.1 | ||
- php: hhvm | ||
- node_js: 6.1 | ||
|
||
services: | ||
- memcache | ||
- memcached | ||
- redis-server | ||
|
||
before_script: | ||
# JavaScript tests | ||
# - if [[ $RUN_JAVASCRIPT_TESTS == "yes" ]]; then export DISPLAY=:99.0; bash build/travis/javascript-tests.sh $PWD; fi | ||
# Make sure all dev dependencies are installed | ||
# - if [[ ( $RUN_UNIT_TESTS == "yes" ) || ( $RUN_PHPCS == "yes" ) ]]; then bash build/travis/unit-tests.sh $PWD; fi | ||
|
||
script: | ||
# - if [[ $RUN_PHPCS == "yes" ]]; then libraries/vendor/bin/phpcs --report=full --extensions=php -p --standard=build/phpcs/Joomla .; fi | ||
# - if [[ $RUN_UNIT_TESTS == "yes" ]]; then libraries/vendor/bin/phpunit --configuration travisci-phpunit.xml; fi | ||
# - if [[ $RUN_JAVASCRIPT_TESTS == "yes" ]]; then tests/javascript/node_modules/karma/bin/karma start karma.conf.js --single-run ; fi | ||
|
||
branches: | ||
except: | ||
- 2.5.x | ||
|
||
notifications: | ||
email: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,17 +6,19 @@ | |
<author>Quantility</author> | ||
<authorEmail>[email protected]</authorEmail> | ||
<authorUrl>http://www.quantility.it</authorUrl> | ||
<copyright>Copyright (C) 2016 Quantility.it, Inc. All rights reserved.</copyright> | ||
<copyright>Copyright (C) 2017 Quantility.it, Inc. All rights reserved.</copyright> | ||
<license>GNU General Public License version 2 or later; see LICENSE.txt</license> | ||
<version>2.2.3dev build 15/09/2016</version> | ||
<version>2.5.ev build 24/01/2017</version> | ||
<description>TPL_QHTML5_XML_DESCRIPTION</description> | ||
<files> | ||
<folder>html</folder> | ||
<folder>css</folder> | ||
<folder>js</folder> | ||
<folder>images</folder> | ||
<folder>files</folder> | ||
<folder>html</folder> | ||
<folder>images</folder> | ||
<folder>js</folder> | ||
<folder>language</folder> | ||
<filename>index.html</filename> | ||
<filename>qhtml5.png</filename> | ||
<filename>index.php</filename> | ||
<filename>head.php</filename> | ||
<filename>template.php</filename> | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.