One Hat Cyber Team
Your IP :
216.73.216.182
Server IP :
203.175.9.166
Server :
Linux tanggamus.iixcp.rumahweb.net 5.14.0-427.28.1.el9_4.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 2 03:44:10 EDT 2024 x86_64
Server Software :
LiteSpeed
PHP Version :
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
cite5577
/
www
/
plugins
/
generic
/
staticPages
/
Edit File:
.travis.yml
# @file # .travis.yml - PKP Plugins Integration dist: bionic language: php addons: postgresql: "9.5" apt: update: true sudo: required php: - 7.3 - 7.4 - 8.0 env: - APPLICATION=ojs BRANCH=stable-3_3_0 TEST=mysql - APPLICATION=ojs BRANCH=stable-3_3_0 TEST=pgsql - APPLICATION=omp BRANCH=stable-3_3_0 TEST=mysql - APPLICATION=omp BRANCH=stable-3_3_0 TEST=pgsql - APPLICATION=ops BRANCH=stable-3_3_0 TEST=mysql - APPLICATION=ops BRANCH=stable-3_3_0 TEST=pgsql install: # Prepare OJS/OMP environment - git clone -b ${BRANCH} https://github.com/pkp/${APPLICATION} ~/${APPLICATION} - cd ~/${APPLICATION} - git submodule update --init --recursive - source lib/pkp/tools/travis/prepare-tests.sh - lib/pkp/tools/travis/prepare-webserver.sh # Build/install dependencies - lib/pkp/tools/travis/install-composer-dependencies.sh - npm i g -npm && npm install && npm run build # Make sure we're using the current checkout of this repo rather than the built-in OJS/OMP version - rm -rf ~/${APPLICATION}/plugins/generic/staticPages - ln -s ${TRAVIS_BUILD_DIR} ~/${APPLICATION}/plugins/generic/staticPages # Install OJS/OMP & prep data environment - $(npm bin)/cypress run --spec "cypress/tests/data/10-Installation.spec.js,cypress/tests/data/20-CreateContext.spec.js" script: - $(npm bin)/cypress run --config integrationFolder=plugins/generic/staticPages/cypress/tests
Simpan