Merge pull request #7 from bjz/travis

Run tests with Travis CI
This commit is contained in:
Brendan Zabarauskas 2013-11-02 21:12:08 -07:00
commit b12af38746
2 changed files with 3 additions and 1 deletions

View file

@ -4,4 +4,4 @@ before_install:
install:
- sudo apt-get install rust-nightly
script:
- rustpkg build cgmath
- rustpkg test tests

View file

@ -1,5 +1,7 @@
# cgmath-rs
[![Build Status](https://travis-ci.org/bjz/cgmath-rs.png?branch=master)](https://travis-ci.org/bjz/cgmath-rs)
A linear algebra and mathematics library for computer graphics.
The library provides: