Fix travis build script

This commit is contained in:
Amish Shah
2016-08-23 14:24:06 +01:00
parent ebfe3e2e62
commit 1ff7bce01d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
language: node_js
node_js:
- "6"
before_install: npm install -g eslint
before_install: npm install -g eslint eslint-config-airbnb eslint-plugin-import eslint-plugin-jsx-a11y eslint-plugin-react
install: npm install

File diff suppressed because one or more lines are too long