Skip to content
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.

Commit

Permalink
Merge pull request #541 from hackaru-app/electronegativity
Browse files Browse the repository at this point in the history
Add electronegativity
  • Loading branch information
ktmouk authored May 11, 2021
2 parents f595d3d + 670453d commit 86e30fc
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,14 @@ jobs:
language: node_js
node_js: 12
script:
- yarn lint
- yarn lint .
- yarn run electronegativity -i . -x \
LimitNavigationJsCheck,\
LimitNavigationGlobalCheck,\
OpenExternalJsCheck,\
PreloadJsCheck,\
CspGlobalCheck,\
CspHtmlCheck
-
os: linux
language: minimal
Expand Down

0 comments on commit 86e30fc

Please sign in to comment.