Codebase list node-grunt-contrib-copy / a3b37955-28bb-4add-a9a1-1313c94872f8/main .travis.yml
a3b37955-28bb-4add-a9a1-1313c94872f8/main

Tree @a3b37955-28bb-4add-a9a1-1313c94872f8/main (Download .tar.gz)

.travis.yml @a3b37955-28bb-4add-a9a1-1313c94872f8/mainraw · history · blame

sudo: false
language: node_js
node_js:
  - "0.10"
  - "0.12"
  - "4"
  - "5"
  - "iojs"
before_install:
  - npm install -g npm
before_script:
  - npm install -g grunt-cli
matrix:
  fast_finish: true