From 5045a2a30d1005a4c7df120f9d318ee1fe0e8ef8 Mon Sep 17 00:00:00 2001 From: Brendan Zabarauskas Date: Sun, 3 Nov 2013 15:07:49 +1100 Subject: [PATCH 1/2] Run tests with Travis CI --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fc4711d..b703dad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,4 @@ before_install: install: - sudo apt-get install rust-nightly script: - - rustpkg build cgmath \ No newline at end of file + - rustpkg test tests From bec13c10ddbebf91de1820cfbc00f1cfc41f915a Mon Sep 17 00:00:00 2001 From: Brendan Zabarauskas Date: Sun, 3 Nov 2013 15:11:18 +1100 Subject: [PATCH 2/2] Add build status icon to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1d51ea6..652144a 100644 --- a/README.md +++ b/README.md @@ -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: