Sha256: 82c788cb64faacff18447f3768fae2aa8632ddabf7a32d457d944f548acb4b87

Contents?: true

Size: 306 Bytes

Versions: 2

Compression:

Stored size: 306 Bytes

Contents

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

before_install:
  - mkdir node_modules; ln -s ../ node_modules/es5-ext

notifications:
  email:
    - medikoo+es5-ext@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/es5-ext/.travis.yml
guard-sass-lint-0.1.1 node_modules/es5-ext/.travis.yml