From ecf8376ea0451e40f731122f043c6c54e1fd43fc Mon Sep 17 00:00:00 2001 From: Christian Jacobs Date: Sun, 8 Feb 2015 21:50:41 +0000 Subject: [PATCH] Get Travis to build the documentation too. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c9fc7d5..b43b4be 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,5 +20,5 @@ before_script: script: - make unittest + - make docs - sudo make clean -