Your IP : 3.22.75.247


Current Path : /opt/alt/alt-nodejs6/root/lib/node_modules/npm/node_modules.bundled/fstream-npm/
Upload File :
Current File : //opt/alt/alt-nodejs6/root/lib/node_modules/npm/node_modules.bundled/fstream-npm/.travis.yml

language: node_js
sudo: false
node_js:
  - "5"
  - "4"
  - iojs
  - "0.12"
  - "0.10"
  - "0.8"
before_install:
  - "npm config set spin false"
  - "npm install -g npm"
script: "npm test"
notifications:
    slack: npm-inc:kRqQjto7YbINqHPb1X6nS3g8

?>