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

Commit

Permalink
Add electronegativity
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmouk committed May 10, 2021
1 parent dd3be6e commit 3b8e45c
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 3b8e45c

Please sign in to comment.