Skip to content

Commit

Permalink
[Tests] actually run the linter on subpackages
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Mar 12, 2020
1 parent e6e6414 commit 165af9b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ matrix:
env: PREPUBLISH=true ESLINT=5 REACT_HOOKS=1.7 PACKAGE=eslint-config-airbnb
- node_js: "lts/*"
env: LINT=true
- node_js: "lts/*"
env: LINT=true PACKAGE=eslint-config-airbnb
- node_js: "lts/*"
env: LINT=true PACKAGE=eslint-config-airbnb-base
- node_js: "7"
env: TEST=true ESLINT=5 PACKAGE=eslint-config-airbnb-base
- node_js: "7"
Expand Down

0 comments on commit 165af9b

Please sign in to comment.