From 836a0d40ae36a45c83561d3968cd39b6f7e0d7e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Crozet?= Date: Tue, 21 Jan 2014 08:04:54 +0100 Subject: [PATCH] Modify `.travis.yml` to generate the documentation. --- .travis.yml | 6 ++++++ README.md | 2 +- src/lib.rs | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 59d4db6b..517bed97 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,6 @@ +env: + global: + - secure: GwyxF8F9NKc9M2YypZZMGyIolTf7lDfeKnhhGre28HuzE4e9oIB7dUGjqYrx6uQ/ei++rpd+pjhTFilnX5inS/E+7R7DRvdX00JERWPF+qgiWpxPAoT/iI2RQ+7PKiLcwrzdzQIhSfIse/FikdpkeSY0FJG9/vu/HXNzFxDBPW0= before_install: - yes | sudo add-apt-repository ppa:hansjorg/rust - sudo apt-get update @@ -7,3 +10,6 @@ script: - make - make test - make bench + - make doc +after_script: + - curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh diff --git a/README.md b/README.md index c1fc801b..aaade091 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ * real time computer graphics. * real time computer physics. -An on-line version of this documentation is available [here](http://crozet.re/nalgebra/doc/nalgebra/index.html). +An on-line version of this documentation is available [here](http://www.rust-ci.org/sebcrozet/nalgebra/doc/nalgebra/index.html). ## Using **nalgebra** All the functionalities of **nalgebra** are grouped in one place: the `na` module. diff --git a/src/lib.rs b/src/lib.rs index b7a79884..296c0959 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -9,7 +9,7 @@ * real time computer graphics. * real time computer physics. -An on-line version of this documentation is available [here](http://crozet.re/nalgebra/doc/nalgebra/index.html). +An on-line version of this documentation is available [here](http://www.rust-ci.org/sebcrozet/nalgebra/doc/nalgebra/index.html). ## Using **nalgebra** All the functionalities of **nalgebra** are grouped in one place: the `na` module.