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

Commit

Permalink
Add npm install to travis.yml
Browse files Browse the repository at this point in the history
It looks like eslint is not available
when it does npm run lint:js
  • Loading branch information
kienstra committed Sep 14, 2019
1 parent 2faa283 commit eb47e75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -47,6 +47,7 @@ before_script:
if [[ "$WP_TRAVISCI" == "lint" ]] ; then
composer global require wp-coding-standards/wpcs
phpcs --config-set installed_paths $HOME/.composer/vendor/wp-coding-standards/wpcs
npm install
npm run lint:js
fi
Expand Down

0 comments on commit eb47e75

Please sign in to comment.