Skip to content

Commit 5c49ac9

Browse files
committed
Merge branch 'next'
2 parents cf4ae73 + f2c1bad commit 5c49ac9

10 files changed

+668
-209
lines changed

.travis.yml

-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ before_script:
2222

2323
script:
2424
- if [[ "$TRAVIS_EVENT_TYPE" != "pull_request" && "$TRAVIS_BRANCH" != quick/* ]]; then
25-
npm i --no-save gemini@^4.0.0 gemini-sauce gemini-polyserve &&
26-
gemini test test/visual &&
27-
gemini test test/visual -c .gemini-ie.yml &&
2825
wct --env saucelabs;
2926
fi
3027
- if [ "$TRAVIS_EVENT_TYPE" = "cron" ]; then

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@
2323
```
2424
-->
2525
```html
26-
<vaadin-button>
27-
Vaadin Button
28-
</vaadin-button>
26+
<vaadin-button>Button One</vaadin-button>
27+
<vaadin-button disabled>Button Two</vaadin-button>
2928
```
3029

3130
<!-- TODO: uncomment when we have a nice screenshot to show

0 commit comments

Comments
 (0)