From 67182f7b6ee21224d671c4c5ef1b35b50e8b02cf Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Fri, 6 Mar 2015 18:48:13 -0400 Subject: [PATCH] Add the sources app tests to the travis config file --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e8ef3a6f88..7eedcc2af3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ python: - 2.7 env: global: - - TEST_APPS="document_indexing documents dynamic_search lock_manager document_signatures folders ocr tags" + - TEST_APPS="document_indexing documents dynamic_search lock_manager document_signatures folders ocr sources tags" matrix: - DB=mysql - DB=postgres