One Hat Cyber Team
Your IP :
216.73.216.14
Server IP :
194.44.31.54
Server :
Linux zen.imath.kiev.ua 4.18.0-553.77.1.el8_10.x86_64 #1 SMP Fri Oct 3 14:30:23 UTC 2025 x86_64
Server Software :
Apache/2.4.37 (Rocky Linux) OpenSSL/1.1.1k
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
vo
/
mfat
/
something
/
migrate
/
old-www
/
git2
/
ojs
/
View File Name :
.travis.yml
# Configure the build matrix matrix: include: # Validation - env: TEST=validation php: 7.3 # PostgreSQL / various PHP - env: TEST=pgsql php: 7.2 - env: TEST=pgsql php: 7.3 - env: TEST=pgsql php: 7.4 # MySQL / various PHP - env: TEST=mysql php: 7.2 - env: TEST=mysql php: 7.3 - env: TEST=mysql php: 7.4 # Path info disabled DISABLED pending a fix of pkp/pkp-lib#4414 # - env: TEST=mysql DISABLE_PATH_INFO=1 # php: 7.2 language: php python: - 3.3 # Required by Javascript linter/builder git: # Inhibit automatic submodule checkout (see below) submodules: false cache: npm: true directories: - $HOME/.composer/cache - $HOME/.cache addons: chrome: beta apt: update: true packages: - libgconf-2-4 before_install: # Check out submodules (this script checks out developer forks if necessary) - ./tools/startSubmodulesTRAVIS.sh # Update to latest stable version of npm - npm i g -npm - | if [[ "$TEST" != "validation" ]]; then # Prepare for unit and integration tests. # Prepare the server environment ./lib/pkp/tools/travis/prepare-webserver.sh # Prepare the local codebase ./lib/pkp/tools/travis/install-composer-dependencies.sh npm install && npm run build else # Prepare for validation tests. ./lib/pkp/tools/travis/install-linter.sh fi script: - | if [[ "$TEST" != "validation" ]]; then # Run the unit and integration tests. source ./lib/pkp/tools/travis/prepare-tests.sh ./lib/pkp/tools/travis/run-tests.sh else # Run the validation tests. ./lib/pkp/tools/travis/validate-xml.sh ./lib/pkp/tools/buildjs.sh -n ./lib/pkp/tools/checkHelp.sh ./lib/pkp/tools/travis/validate-json.sh npm run lint fi after_script: - cat error.log after_failure: - sudo apt-get install sharutils - tar cz cypress/screenshots | uuencode /dev/stdout - cat error.log