We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Looks like rust-ci hasn't been updated to the version with checks for target/doc
target/doc
Sorry, something went wrong.
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
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: