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

zeit / next.js / 8974
53%
master: 52%

Build:
Build:
LAST BUILD BRANCH: canary
DEFAULT BRANCH: master
Ran 02 Jan 2019 02:14PM UTC
Jobs 2
Files 78
Run time 25s
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
8974

push

travis-ci

web-flow
Export render instead of default for serverless target (#5979)

Extends on #5927, instead of `.default` we'll expose `.render` which is semantically more correct / mirrors the naming of the custom server API.

I've updated the spec in #5927 to reflect this change.

(copied from #5927):

```js
const http = require('http')
const page = require('./.next/serverless/about.js')
const server = new http.Server((req, res) => page.render(req, res))
server.listen(3000, () => console.log('Listening on http://localhost:3000'))
```

5872 of 19200 branches covered (30.58%)

5825 of 10529 relevant lines covered (55.32%)

9.09 hits per line

Jobs
ID Job ID Ran Files Coverage
1 8974.1 02 Jan 2019 02:14PM UTC 0
55.32
Travis Job 8974.1
2 8974.2 02 Jan 2019 02:14PM UTC 0
55.32
Travis Job 8974.2
Source Files on build 8974
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #8974
  • 07c6e285 on github
  • Prev Build on canary (#8971)
  • Next Build on canary (#8975)
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