%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
| Server IP : 14.207.165.8 / Your IP : 216.73.216.14 Web Server : Apache/2.4.18 (Ubuntu) System : Linux 246 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64 User : root ( 0) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,pcntl_exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/ppaobm/vendor/bower-asset/sweetalert2/ |
Upload File : |
# AppVeyor file
# http://www.appveyor.com/docs/appveyor-yml
# Build version format
version: "{build}"
# Do not build feature branch with open Pull Requests
skip_branch_with_pr: true
# Scripts that are called at very beginning, before repo cloning
init:
# Fix line endings on Windows
- git config --global core.autocrlf true
# Test against the LTS version of Node.js
environment:
nodejs_version: "10"
build: off
install:
- ps: Install-Product node $env:nodejs_version
- yarn
test_script:
- yarn run build
- yarn run check:qunit
notifications:
- provider: Email
to:
- limon.monte@gmail.com
on_build_success: false
on_build_failure: false
on_build_status_changed: true