Skip to content
This repository has been archived by the owner on Oct 4, 2020. It is now read-only.

Commit

Permalink
Switch to using polymer-cli instead of polylint
Browse files Browse the repository at this point in the history
  • Loading branch information
ankon committed Jan 2, 2019
1 parent 599edc9 commit 4ecbb54
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ cache:
before_install:
- "if [ -d node_modules ] && [ x$(cat node_modules/.last-node-version 2>/dev/null) != x$(node -e 'console.log(process.version)') ]; then npm rebuild && node -e 'console.log(process.version)' > node_modules/.last-node-version; fi"
before_script:
- npm install web-component-tester bower polylint
- npm install web-component-tester bower polymer-cli
- $(npm bin)/bower install
- $(npm bin)/polylint --no-recursion
- $(npm bin)/polymer lint
script:
- LAUNCHPAD_BROWSERS=firefox xvfb-run $(npm bin)/wct
6 changes: 6 additions & 0 deletions polymer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"lint": {
"rules": ["polymer-2"]
}
}

0 comments on commit 4ecbb54

Please sign in to comment.