aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-01-16 15:34:18 +0100
committerCharles <sircharlesaze@gmail.com>2020-01-16 15:34:18 +0100
commit14430cdd03dd2487c086e53ffcf0222ed3ffc126 (patch)
treecf5a2092e0ba74ee6f2711828dd462678de0d5c1
parente23e9b3f74b0510542064e01ef505b6b7edbe17c (diff)
downloadlibft-14430cdd03dd2487c086e53ffcf0222ed3ffc126.tar.gz
libft-14430cdd03dd2487c086e53ffcf0222ed3ffc126.tar.bz2
libft-14430cdd03dd2487c086e53ffcf0222ed3ffc126.zip
Trying Travis-Ci
-rw-r--r--.travis.yml4
-rw-r--r--README.md2
2 files changed, 5 insertions, 1 deletions
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.