Skip to content

Commit

Permalink
Added travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
codeplea committed May 18, 2016
1 parent 4791163 commit bcd6c85
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: c

compiler:
- clang
- gcc

script: make
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
CC = gcc
CCFLAGS = -ansi -Wall -Wshadow -O2
LFLAGS = -lm

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Build Status](https://travis-ci.org/codeplea/tinyexpr.svg?branch=master)](https://travis-ci.org/codeplea/tinyexpr)

#TinyExpr


Expand Down

0 comments on commit bcd6c85

Please sign in to comment.