MOON
Server: Apache
System: Linux server.cny.com.sg 4.18.0-477.21.1.el8_8.x86_64 #1 SMP Thu Aug 10 13:51:50 EDT 2023 x86_64
User: tissuegurucom (1020)
PHP: 8.1.29
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //usr/lib/node_modules/pm2/.travis.yml
language: node_js
dist: focal
node_js:
  - "19"
  - "18"
  - "16"
  - "14"
  - "12"
git:
  depth: 2
os:
  - linux
arch:
  - amd64
before_install:
  - sudo apt-get -qq update
  - sudo apt-get install python3
  - sudo apt-get install php-cli
  - if [[ $(uname -m) == 's390x' ]]; then
      sudo apt-get install bc;
    fi
services:
  - docker
install:
  - npm install