⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.170
Server IP:
15.204.235.159
Server:
Linux srv.techlup.co.ke 4.18.0-553.5.1.el8_10.x86_64 #1 SMP Wed Jun 5 09:12:13 EDT 2024 x86_64
Server Software:
Apache
PHP Version:
8.2.27
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
tech
/
www
/
script
/
vendor
/
scrivo
/
highlight.php
/
Edit File: .travis.yml
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
Simpan