• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

gnosis / dex-contracts / 5671
100%

Build:
DEFAULT BRANCH: master
Ran 30 Nov 2020 03:14AM UTC
Jobs 1
Files 8
Run time 4s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
5671

push

travis-ci-com

web-flow
Bump prettier from 2.2.0 to 2.2.1 (#1064)

Bumps [prettier](https://github.com/prettier/prettier) from 2.2.0 to 2.2.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/prettier/prettier/releases">prettier's releases</a>.</em></p>
<blockquote>
<h2>2.2.1</h2>
<p><a href="https://github.com/prettier/prettier/blob/master/CHANGELOG.md#221">🔗 Changelog</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/prettier/prettier/blob/master/CHANGELOG.md">prettier's changelog</a>.</em></p>
<blockquote>
<h1>2.2.1</h1>
<p><a href="https://github.com/prettier/prettier/compare/2.2.0...2.2.1">diff</a></p>
<h4>Fix formatting for AssignmentExpression with ClassExpression (<a href="https://github-redirect.dependabot.com/prettier/prettier/pull/9741">#9741</a> by <a href="https://github.com/sosukesuzuki">@sosukesuzuki</a>)</h4>
<!-- raw HTML omitted -->
<pre lang="js"><code>// Input
module.exports = class A extends B {
  method() {
    console.log(&quot;foo&quot;);
  }
};
<p>// Prettier 2.2.0
module.exports = class A extends (
B
) {
method() {
console.log(&quot;foo&quot;);
}
};</p>
<p>// Prettier 2.2.1
module.exports = class A extends B {
method() {
console.log(&quot;foo&quot;);
}
};
</code></pre></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/prettier/prettier/commit/326543f90"><code>326543f</code></a> Release 2.2.1</li>
<li><a href="https://github.com/prettier/prettier/commit/81bfd3ffc"><code>81bfd3f</code></a> Fix changelog to old format</li>
<li><a href="https://github.com/prettier/prettier/commit/b46710f2d"><code>b46710f</code></a> Fix formatting for AssignmentExpression with ClassExpression (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/9741">#9741</a>)</li>
<li><a href="https://github.com... (continued)

100 of 100 branches covered (100.0%)

Branch coverage included in aggregate %.

277 of 277 relevant lines covered (100.0%)

82.51 hits per line

Jobs
ID Job ID Ran Files Coverage
1 5671.1 (NODE_OPTIONS=--max_old_space_size=4096) 30 Nov 2020 03:14AM UTC 0
100.0
Travis Job 5671.1
Source Files on build 5671
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #5671
  • 9c451d73 on github
  • Prev Build on master (#5666)
  • Next Build on master (#5678)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc