From 14430cdd03dd2487c086e53ffcf0222ed3ffc126 Mon Sep 17 00:00:00 2001 From: Charles Date: Thu, 16 Jan 2020 15:34:18 +0100 Subject: Trying Travis-Ci --- .travis.yml | 4 ++++ README.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..31b76a3 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,4 @@ +language: c +compiler: gcc + +script: make diff --git a/README.md b/README.md index 13ee0f7..4c74c94 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# libft +# libft [![Build Status](https://api.travis-ci.com/HappyTramp/libft.svg?branch=master)](https://travis-ci.com/HappyTramp/libft) The state of this repo when I pass can be checked with the [raw](http://github.com/HappyTramp/libft/tree/raw) tag. -- cgit