Skip to content

Commit 769a422

Browse files
committed
Enable tests on OS X too.
Add Travis badge.
1 parent 79affe9 commit 769a422

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

.travis.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
language: c
22
script: ./.travis.sh
3+
os:
4+
- linux
5+
- osx
36
env:
4-
- TARGET=host
5-
- TARGET=arm32
7+
- TARGET=host
8+
- TARGET=arm32
69
notifications:
7-
email: false
10+
email: false

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## OpenLibm
22

3+
[![Build Status](https://travis-ci.org/JuliaLang/openlibm.svg?branch=master)](https://travis-ci.org/JuliaLang/openlibm)
4+
35
[OpenLibm](http://www.openlibm.org) is an effort to have a high quality, portable, standalone
46
C mathematical library ([`libm`](http://en.wikipedia.org/wiki/libm)).
57
It can be used standalone in applications and programming language

0 commit comments

Comments
 (0)