✘✘ GRAYBYTE WORDPRESS FILE MANAGER ✘✘

​🇳​​🇦​​🇲​​🇪♯➤ server366.web-hosting.com ​🇻​♯➤ 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP 🇾​♯➤ 2025

𝗛𝗢𝗠𝗘 𝗜𝗗 ♯➤ 67.223.118.204 ♯➤ 𝗔𝗗𝗠𝗜𝗡 𝗜𝗗 216.73.217.86
𝗢𝗣𝗧𝗜𝗢𝗡𝗦 ♯ CRL ♯➤ 𝗢𝗞 ┃ WGT ♯➤ 𝗢𝗞 ┃ SDO ♯➤ 𝗢𝗙𝗙 ┃ PKEX ♯➤ 𝗢𝗙𝗙
𝗗𝗘𝗔𝗖𝗧𝗜𝗩𝗔𝗧𝗘𝗗 ♯➤ 𝗔𝗟𝗟 𝗪𝗢𝗥𝗞𝗜𝗡𝗚....

𝗛𝗢𝗠𝗘
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /lib/node_modules/npm/node_modules/node-gyp//.travis.yml
dist: xenial
language: python
cache: pip
addons:
  homebrew:
    update: true
    packages:
    - npm
    - pyenv
jobs:
  include:
    - name: "Python 2.7 on Linux"
      env: NODE_GYP_FORCE_PYTHON=python2
      python: 2.7

    - name: "Node.js 6 & Python 3.8 on Linux"
      python: 3.8
      env: NODE_GYP_FORCE_PYTHON=python3
      before_install: nvm install 6
    - name: "Node.js 8 & Python 3.8 on Linux"
      python: 3.8
      env: NODE_GYP_FORCE_PYTHON=python3
      before_install: nvm install 8
    - name: "Node.js 10 & Python 3.8 on Linux"
      python: 3.8
      env: NODE_GYP_FORCE_PYTHON=python3
      before_install: nvm install 10
    - name: "Node.js 12 & Python 3.5 on Linux"
      python: 3.5
      env: NODE_GYP_FORCE_PYTHON=python3
      before_install: nvm install 12
    - name: "Node.js 12 & Python 3.6 on Linux"
      python: 3.6
      env: NODE_GYP_FORCE_PYTHON=python3
      before_install: nvm install 12
    - name: "Node.js 12 & Python 3.7 on Linux"
      python: 3.7
      env: NODE_GYP_FORCE_PYTHON=python3
      before_install: nvm install 12
    - name: "Node.js 12 & Python 3.8 on Linux"
      python: 3.8
      env: NODE_GYP_FORCE_PYTHON=python3
      before_install: nvm install 12

    - name: "Python 2.7 on macOS"
      os: osx
      osx_image: xcode11.2
      language: shell  # 'language: python' is not yet supported on macOS
      env: NODE_GYP_FORCE_PYTHON=python2 PATH=$HOME/.pyenv/shims:$PATH PYENV_VERSION=2.7.17
      before_install: pyenv install $PYENV_VERSION
    - name: "Python 3.8 on macOS"
      os: osx
      osx_image: xcode11.2
      language: shell  # 'language: python' is not yet supported on macOS
      env: NODE_GYP_FORCE_PYTHON=python3 PATH=$HOME/.pyenv/shims:$PATH PYENV_VERSION=3.8.0
      before_install: pyenv install $PYENV_VERSION

    - name: "Node.js 6 & Python 2.7 on Windows"
      os: windows
      language: node_js
      node_js: 6  # node
      env: >-
        PATH=/c/Python27:/c/Python27/Scripts:$PATH
        NODE_GYP_FORCE_PYTHON=/c/Python27/python.exe
      before_install: choco install python2
    - name: "Node.js 12 & Python 2.7 on Windows"
      os: windows
      language: node_js
      node_js: 12  # node
      env: >-
        PATH=/c/Python27:/c/Python27/Scripts:$PATH
        NODE_GYP_FORCE_PYTHON=/c/Python27/python.exe
      before_install: choco install python2

    - name: "Node.js 12 & Python 3.7 on Windows"
      os: windows
      language: node_js
      node_js: 12  # node
      env: >-
        PATH=/c/Python37:/c/Python37/Scripts:$PATH
        NODE_GYP_FORCE_PYTHON=/c/Python37/python.exe
      before_install: choco install python --version=3.7.4
    - name: "Node.js 12 & Python 3.8 on Windows"
      os: windows
      language: node_js
      node_js: 12  # node
      env: >-
        PATH=/c/Python38:/c/Python38/Scripts:$PATH
        NODE_GYP_FORCE_PYTHON=/c/Python38/python.exe
      before_install: choco install python

install:
  - python -m pip install --upgrade flake8 pytest==4.6.6  # pytest 5 no longer supports legacy Python
before_script:
  - python -m flake8 --version
  # stop the build if there are Python syntax errors or undefined names
  - python -m flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
  # exit-zero treats all errors as warnings.  Two space indentation is OK.  The GitHub editor is 127 chars wide
  - python -m flake8 . --count --exit-zero --ignore=E111,E114,W503 --max-complexity=10 --max-line-length=127 --statistics
  - npm install
  - npm list
script:
  - node -e 'require("npmlog").level="verbose"; require("./lib/find-python")(null,()=>{})'
  - npm test
  - GYP_MSVS_VERSION=2015 GYP_MSVS_OVERRIDE_PATH="C:\\Dummy" python -m pytest
notifications:
  on_success: change
  on_failure: change  # `always` will be the setting once code changes slow down


Current_dir [ 𝗡𝗢𝗧 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]


[ Back ]
𝗡𝗔𝗠𝗘
𝗦𝗜𝗭𝗘
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛
𝗨𝗦𝗘𝗥
𝗦𝗧𝗔𝗧𝗨𝗦
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦
..
--
1 May 2025 12.38 PM
root / root
0755
.github
--
1 May 2025 12.38 PM
root / root
0755
bin
--
1 May 2025 12.38 PM
root / root
0755
gyp
--
1 May 2025 12.38 PM
root / root
0755
lib
--
1 May 2025 12.38 PM
root / root
0755
src
--
1 May 2025 12.38 PM
root / root
0755
.travis.yml
3.728 KB
10 Mar 2021 2.36 PM
root / root
0644
CHANGELOG.md
46.854 KB
10 Mar 2021 2.36 PM
root / root
0644
LICENSE
1.076 KB
10 Mar 2021 2.36 PM
root / root
0644
README.md
9.741 KB
10 Mar 2021 2.36 PM
root / root
0644
addon.gypi
4.488 KB
10 Mar 2021 2.36 PM
root / root
0644
macOS_Catalina.md
4.855 KB
10 Mar 2021 2.36 PM
root / root
0644
package.json
2.076 KB
10 Mar 2021 2.36 PM
root / root
0644

✘✘ GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME ✘✘
Static GIF Static GIF