Skip to content

Commit

Permalink
Fix ./theme path for polymer lint in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Jan 2, 2018
1 parent 208f598 commit 2a86c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ install:

before_script:
- gulp lint version:check
- polymer lint --rules polymer-2 --input ./src/*.html ./theme/*.html
- polymer lint --rules polymer-2 --input ./src/*.html ./theme/**/*.html
- xvfb-run -s '-screen 0 1024x768x24' wct

script:
Expand Down

0 comments on commit 2a86c14

Please sign in to comment.