backoffice/node_modules/grunt-legacy-log/.travis.yml

17 lines
244 B
YAML

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