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

SEL-Columbia / dokomoforms / 2107
61%
master: 61%

Build:
Build:
LAST BUILD BRANCH: vr2262-patch-1
DEFAULT BRANCH: master
Ran 14 Jan 2016 08:20PM UTC
Jobs 2
Files 56
Run time 9s
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
2107

push

travis-ci

vr2262
In this branch: serve static files via nginx

As per:
http://www.tornadoweb.org/en/branch4.0/guide/running.html#static-files-and-aggressive-file-caching

At the moment:
Static files are served by the Tornado webapp

Desired:
robots.txt, favicon.png
/static/manifest.json
and all other static content (images, js)
should be served by nginx

Steps:
1. Tornado templates that refer to static content should use the
   static_url method

   This appends ?v=hash_of_content to the URL
2. Serve /static/ via nginx and
   if ($query_string) {
       expires max;
   }
3. location = /robots.txt {
       rewrite (.*) /static/robots.txt
   }

2012 of 3324 relevant lines covered (60.53%)

1.74 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2107.1 14 Jan 2016 08:20PM UTC 0
60.53
Travis Job 2107.1
2 2107.2 14 Jan 2016 08:20PM UTC 0
60.53
Travis Job 2107.2
Source Files on build 2107
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2107
  • d7ea8d16 on github
  • Next Build on nginx_static_files (#2110)
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