Fix travis/rust-ci

This commit is contained in:
Brendan Zabarauskas 2014-07-13 22:28:15 -07:00
parent 61a6810324
commit 936c8f630f
2 changed files with 11 additions and 4 deletions

View file

@ -15,15 +15,18 @@
env: env:
global: global:
- secure: N41M4QTWbez7FRMh2HQqB3Z051FcruoRGLTdMdQJNMaZRqJiAfUBTO5NGXS5XGjIofknE4r/+WLv7KED2rTf6nvLFOHmGY2pL+agABcyD0DU0ltRLckjONWTxFN+SMTB0l38v3XIXxXX5y977Hl6wk3++kYZgCNVG3OTkJwWzQg= - LD_LIBRARY_PATH: /usr/local/lib
- secure: ZhxsGkZWYT7tKdneILFdpGco49DIP3DzYmu9dGE1+PmKUmyRoBhh2Pn76Sty5JxmWPF+BtxTVbOduzsRZpSZEOikSS63NSjhUMTy+PGjyJvW07cDmjO8n8BVqW9idp2rCPAGNunTtjTgPUFjO4oBC5slYU+kvouAryg+paSsxN8=
before_install: before_install:
- yes | sudo add-apt-repository ppa:cmrx64/cargo - yes | sudo add-apt-repository ppa:cmrx64/cargo
- sudo apt-get update - sudo apt-get update
install: install:
# cargo
- sudo apt-get install cargo - sudo apt-get install cargo
- wget http://static.rust-lang.org/dist/rust-nightly-x86_64-unknown-linux-gnu.tar.gz # rustc
- tar xzf rust-nightly-x86_64-unknown-linux-gnu.tar.gz - curl http://static.rust-lang.org/cargo-dist/cargo-nightly-linux.tar.gz |
- export PATH=$PATH:$(pwd)/rust-nightly-x86_64-unknown-linux-gnu/bin sudo tar --strip-components 1 -C /usr -xzf -
- curl http://www.rust-lang.org/rustup.sh | sudo sh -
- rustc -v - rustc -v
script: script:
- cargo build - cargo build

View file

@ -26,6 +26,10 @@ is not fully covered by the testsuite. If you encounter any mistakes or
omissions please let me know by posting an issue, or even better: send me a omissions please let me know by posting an issue, or even better: send me a
pull request with a fix. pull request with a fix.
## Documentation
[View](rust-ci.org/bjz/cgmath-rs/doc/cgmath/)
## Limitations ## Limitations
cgmath is _not_ an n-dimensional library and is aimed at computer graphics cgmath is _not_ an n-dimensional library and is aimed at computer graphics