From 718beac0bdbfb30418f3bdceff9c2cc85d7922eb Mon Sep 17 00:00:00 2001 From: Gayathri Date: Thu, 13 Jul 2017 17:00:23 +0530 Subject: [PATCH] Enable seshat and cjwt compiler flags --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 85ea005..38e56dc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ install: script: - mkdir build - cd build - - cmake .. -DINTEGRATION_TESTING:BOOL=false -DDISABLE_VALGRIND:BOOL=true + - cmake .. -DINTEGRATION_TESTING:BOOL=false -DDISABLE_VALGRIND:BOOL=true -DENABLE_SESHAT:BOOL=true -DENABLE_CJWT:BOOL=true - make - make test