Current File : //usr/local/share/.config/yarn/global/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