We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4791163 commit bcd6c85Copy full SHA for bcd6c85
.travis.yml
@@ -0,0 +1,7 @@
1
+language: c
2
+
3
+compiler:
4
+ - clang
5
+ - gcc
6
7
+script: make
Makefile
@@ -1,4 +1,3 @@
-CC = gcc
CCFLAGS = -ansi -Wall -Wshadow -O2
LFLAGS = -lm
README.md
@@ -1,3 +1,5 @@
+[](https://travis-ci.org/codeplea/tinyexpr)
#TinyExpr
0 commit comments