Skip to content

Commit

Permalink
[Tests] temporary until eslint-config-airbnb-base is updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jun 25, 2018
1 parent 7cb5b8e commit adc0d80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cache:
directories:
- node_modules
before_script:
- if [ -n "${ESLINT-}" ]; then npm install --no-save "eslint@${ESLINT}"; fi
- if [ -n "${ESLINT-}" ]; then npm uninstall --no-save eslint-config-airbnb-base && npm install --no-save "eslint@${ESLINT}"; fi
script:
- if [ "${FLOW-}" = true ]; then npm run flow; fi
- if [ "${LINT-}" = true ]; then npm run lint; fi
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"coveralls": "^3.0.1",
"eslint": "^3 || ^4 || ^5",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-plugin-flowtype": "^2.49.3",
"eslint-plugin-import": "^2.13.0",
Expand Down

0 comments on commit adc0d80

Please sign in to comment.