HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/1784574/root/usr/local/lib/node_modules/pm2/node_modules/fclone/
Upload File :
Current File : //proc/1784574/root/usr/local/lib/node_modules/pm2/node_modules/fclone/.travis.yml
language: node_js
branches:
  only:
    - master

node_js:
   - "0.10"
   - "4"
   - "6"

install:
  - npm install
  - npm run build

matrix:
  fast_finish: true
  allow_failures:
    - node_js: 0.10

# container-base
sudo: false