Modify `.travis.yml` to generate the documentation.

This commit is contained in:
Sébastien Crozet 2014-01-21 08:04:54 +01:00
parent 8de8c94b45
commit 836a0d40ae
3 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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.

View File

@ -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.