From d7aee9421544aaff12fd4c26677085fd555d6728 Mon Sep 17 00:00:00 2001 From: schneefux Date: Thu, 11 Sep 2014 14:11:33 +0200 Subject: Added test for vocabcompiler to `--light` tests and updated travis config --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index a1aea19..09e0aec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,4 +5,4 @@ env: script: - "pip install -r client/requirements.txt" - - "cd client && python test.py --light --vocabcompiler" + - "cd client && python test.py --light" -- cgit v1.3.1