Added travis.yml

This commit is contained in:
Lewis Van Winkle
2016-05-18 12:10:52 -05:00
parent 4791163e24
commit bcd6c85640
3 changed files with 9 additions and 1 deletions

7
.travis.yml Normal file
View File

@@ -0,0 +1,7 @@
language: c
compiler:
- clang
- gcc
script: make

View File

@@ -1,4 +1,3 @@
CC = gcc
CCFLAGS = -ansi -Wall -Wshadow -O2
LFLAGS = -lm

View File

@@ -1,3 +1,5 @@
[![Build Status](https://travis-ci.org/codeplea/tinyexpr.svg?branch=master)](https://travis-ci.org/codeplea/tinyexpr)
#TinyExpr