Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 88
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 215
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 216
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 217
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 218
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 219
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 220
language: php
# Use a jobs-only configuration file
# https://github.com/travis-ci/travis-ci/issues/8295#issuecomment-454457787
unit_test: &unit_test
stage: Unit Tests
env:
- COMPOSER_PROCESS_TIMEOUT=0
install:
- composer install --prefer-dist --no-interaction --no-progress
script:
# Disable XDebug to speed up Composer and test suites.
- phpenv config-rm xdebug.ini
- composer test
jobs:
include:
# Unit testing in different PHP versions
- <<: *unit_test
php: 5.4
dist: trusty
- <<: *unit_test
php: 5.5
dist: trusty
- <<: *unit_test
php: 5.6
dist: xenial
- <<: *unit_test
php: 7.0
dist: xenial
- <<: *unit_test
php: 7.1
dist: bionic
- <<: *unit_test
php: 7.2
dist: bionic
- <<: *unit_test
php: 7.3
dist: bionic
- <<: *unit_test
php: 7.4
dist: bionic
# Other checks we need to perform
- stage: checks
php: 7.2
script:
bash .travis/hasGitChanges.sh
notifications:
email: false
webhooks:
- http://helit.org:8093/+sujevo-dev/showSuccessfulBuildMessages=always