Skip to content

Commit

Permalink
Don't lint CSS in the WordPress directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
pento committed Aug 20, 2019
1 parent 62a1880 commit b0d7330
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ before_install:
sudo mv docker-compose /usr/local/bin
# Check out WordPress
git clone git://develop.git.wordpress.org/ wordpress
git clone --depth=1 git://develop.git.wordpress.org/ wordpress
cd wordpress
Expand Down
1 change: 1 addition & 0 deletions packages/scripts/config/.stylelintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# By default, all `node_modules` are ignored.

build
wordpress

0 comments on commit b0d7330

Please sign in to comment.