From c5fa3daa2be976573e3aed0246659a15e963eabe Mon Sep 17 00:00:00 2001 From: schneefux Date: Wed, 10 Sep 2014 19:18:23 +0200 Subject: Updated travis.yml to use vocabcompiler unittest from client folder --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 95079e7..a1aea19 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,5 +5,4 @@ env: script: - "pip install -r client/requirements.txt" - - "cd client && python test.py --light" - - "cd ../boot && python test.py" + - "cd client && python test.py --light --vocabcompiler" -- cgit v1.3.1