Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc hosting doesn't work #28

Open
andrewrk opened this issue Jan 27, 2015 · 2 comments
Open

doc hosting doesn't work #28

andrewrk opened this issue Jan 27, 2015 · 2 comments

Comments

@andrewrk
Copy link

Here's my project: http://rust-ci.org/andrewrk/groove-rs

I followed the directions to set up travis.yml for documentation hosting but it doesn't show up.

@Manishearth
Copy link

Looks like rust-ci hasn't been updated to the version with checks for target/doc

@octplane
Copy link

octplane commented Feb 2, 2015

Right now rust-ci sends 500s when asking for the doc upload script:

$ curl -v http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN -o -
* About to connect() to www.rust-ci.org port 80 (#0)
*   Trying 151.236.11.197... connected
> GET /artifacts/put?t=[TOKEN] HTTP/1.1
> User-Agent: curl/7.22.0 (x86_64-pc-linux-gnu) libcurl/7.22.0 OpenSSL/1.0.1 zlib/1.2.3.4 libidn/1.23 librtmp/2.3
> Host: www.rust-ci.org
> Accept: */*
> 
< HTTP/1.1 500 INTERNAL SERVER ERROR
< Server: nginx/1.5.6
< Content-Type: text/html; charset=utf-8
< cache-control: max-age=0
< Content-Length: 27
< Accept-Ranges: bytes
< Date: Mon, 02 Feb 2015 11:14:49 GMT
< X-Varnish: 180809913
< Via: 1.1 varnish
< Connection: keep-alive
< age: 0
< X-Cache: MISS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants