From 57e0d9a8ade9feea8b473d9e4001a0882dee18db Mon Sep 17 00:00:00 2001 From: Antonio Murdaca Date: Wed, 28 Sep 2016 23:55:50 +0200 Subject: [PATCH] .travis.yml: enable make docs Signed-off-by: Antonio Murdaca --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index d701c881..14416ccd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,3 +19,4 @@ script: - make .gitvalidation - make lint - make integration + - make docs