Sha256: 10bdbd284faf8a5dfef1c84592f239c45d4203e44a8f4738b21df8ac3728ca3b

Contents?: true

Size: 288 Bytes

Versions: 2

Compression:

Stored size: 288 Bytes

Contents

sudo: false # http://docs.travis-ci.com/user/workers/container-based-infrastructure/
language: node_js
node_js:
  - 0.12
  - 4
  - 5

before_install:
  - mkdir node_modules; ln -s ../ node_modules/d

notifications:
  email:
    - medikoo+d@medikoo.com

script: "npm test && npm run lint"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
guard-sass-lint-0.1.2 node_modules/d/.travis.yml
guard-sass-lint-0.1.1 node_modules/d/.travis.yml