Skip to content

Commit bcd6c85

Browse files
committed
Added travis.yml
1 parent 4791163 commit bcd6c85

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.travis.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: c
2+
3+
compiler:
4+
- clang
5+
- gcc
6+
7+
script: make

Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
CC = gcc
21
CCFLAGS = -ansi -Wall -Wshadow -O2
32
LFLAGS = -lm
43

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Build Status](https://travis-ci.org/codeplea/tinyexpr.svg?branch=master)](https://travis-ci.org/codeplea/tinyexpr)
2+
13
#TinyExpr
24

35

0 commit comments

Comments
 (0)