aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-02-13 03:13:57 +0100
committerCharles <sircharlesaze@gmail.com>2020-02-13 03:13:57 +0100
commit8521c9e02b2bcb9f6437a111cba3f395236f8e22 (patch)
tree06174b3f89357968feeca6687f8209586e7e01e5 /.travis.yml
parente6f53e82b0f8ae1cff3749ea3476c2074c325d7b (diff)
downloadlibft-8521c9e02b2bcb9f6437a111cba3f395236f8e22.tar.gz
libft-8521c9e02b2bcb9f6437a111cba3f395236f8e22.tar.bz2
libft-8521c9e02b2bcb9f6437a111cba3f395236f8e22.zip
Added ft_memmem and ft_memset_pattern4, not tested
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 94e4879..71027dd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,4 @@
language: c
compiler: gcc
-script: make all && make test
+script: make all && make -C ./test run_v