Skip to content

Commit

Permalink
Don
Browse files Browse the repository at this point in the history
  • Loading branch information
abonander committed Jul 8, 2015
1 parent 2d35878 commit a20b253
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
@@ -1,6 +1,5 @@
env:
global:
- secure: LBCp1Sz9ofbWbyN0GtpbICw0CZW4Hw+iOrw1zYJInHtS4/dJjrHjKJqy8aRB2rBPwc7Mt8sSgRVirj90XA0UwDD8nennQB9m8diXYOm03Itj+/2iKJCMchM8r/cNmaYeHelYcEHzLHykNaWSZ08gj0Bz3hDYVMI4ey4h1CpIdwM=
- IUP_DL='http://sourceforge.net/projects/iup/files/3.14/Linux%20Libraries/iup-3.14_Linux32_64_lib.tar.gz'

language: rust
Expand All @@ -21,7 +20,3 @@ script:
- cargo test -v
- cargo doc -v --no-deps

after_script:
- mv target/doc/ doc/
# Docs Upload
- curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh

1 comment on commit a20b253

@abonander
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't upload docs to Rust CI, I meant to say.

Please sign in to comment.