eslint-config-twolfson
Version:
ESLint configuration for twolfson
20 lines (17 loc) • 331 B
YAML
sudo: false
language: node_js
node_js:
- "7"
- "6"
- "4"
matrix:
allow_failures:
- node_js: "7"
before_install:
- curl --location http://rawgit.com/twolfson/fix-travis-ci/master/lib/install.sh | bash -s
notifications:
email:
recipients:
- todd@twolfson.com
on_success: change
on_failure: change