We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79affe9 commit 769a422Copy full SHA for 769a422
2 files changed
.travis.yml
@@ -1,7 +1,10 @@
1
language: c
2
script: ./.travis.sh
3
+os:
4
+ - linux
5
+ - osx
6
env:
-- TARGET=host
-- TARGET=arm32
7
+ - TARGET=host
8
+ - TARGET=arm32
9
notifications:
- email: false
10
+ email: false
README.md
@@ -1,5 +1,7 @@
## OpenLibm
+[](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
0 commit comments