404

[ Avaa Bypassed ]




Upload:

Command:

botdev@13.59.225.66: ~ $
environment:
  matrix:
    - nodejs_version: 10
    - nodejs_version: 9
    - nodejs_version: 8
    - nodejs_version: 6

platform:
  - x64

test_script:
  - node --version
  - yarn --version
  - npm test

install:
  - ps: Install-Product node $env:nodejs_version x64
  - set CI=true
  - npm install

matrix:
  fast_finish: true

build: off

version: '{build}'

shallow_clone: true

clone_depth: 1

Filemanager

Name Type Size Permission Actions
.travis.yml File 62 B 0644
LICENSE File 1.05 KB 0644
README.md File 4.15 KB 0644
appveyor.yml File 397 B 0644
cli.js File 1.37 KB 0755
example.js File 788 B 0644
index.js File 5.4 KB 0644
package.json File 894 B 0644
test.js File 7.39 KB 0644