Skip to content

Commit

Permalink
Merge 22bfb7e into a027a2a
Browse files Browse the repository at this point in the history
  • Loading branch information
limonte committed Jun 14, 2018
2 parents a027a2a + 22bfb7e commit 068c826
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ addons:
chrome: stable

before_script:
- npm install -g bower polymer-cli@next
- npm install bower polymer-cli@next
- bower install

env:
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
"stylelint": "^9.0.0",
"stylelint-config-vaadin": "latest",
"wct-istanbul": "^0.14.3",
"web-component-tester": "^6.1.5"
"web-component-tester": "^6.1.5",
"yargs": "^8.0.0"
},
"dependencies": {}
}
2 changes: 1 addition & 1 deletion wct.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
exclude: [],
thresholds: {
global: {
statements: 99
statements: 98
}
}
}
Expand Down

0 comments on commit 068c826

Please sign in to comment.