From 769a422f06faa0b859f64dddd6165f5ddb32efb7 Mon Sep 17 00:00:00 2001 From: "Viral B. Shah" Date: Mon, 5 Jan 2015 23:48:29 +0530 Subject: [PATCH] Enable tests on OS X too. Add Travis badge. --- .travis.yml | 9 ++++++--- README.md | 2 ++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index fcc2a02..aafa8b8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,10 @@ language: c script: ./.travis.sh +os: + - linux + - osx env: -- TARGET=host -- TARGET=arm32 + - TARGET=host + - TARGET=arm32 notifications: - email: false + email: false diff --git a/README.md b/README.md index 0eb27a3..910a850 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ ## OpenLibm +[![Build Status](https://travis-ci.org/JuliaLang/openlibm.svg?branch=master)](https://travis-ci.org/JuliaLang/openlibm) + [OpenLibm](http://www.openlibm.org) is an effort to have a high quality, portable, standalone C mathematical library ([`libm`](http://en.wikipedia.org/wiki/libm)). It can be used standalone in applications and programming language