summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2014-09-11 14:11:33 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2014-09-11 10:41:15 -0400
commitd7aee9421544aaff12fd4c26677085fd555d6728 (patch)
tree649f18916fdcf4bda7c85cc37e4b49fb28efda3e /.travis.yml
parent52a30cae6fb11ceedfaa9cb252432a2801a2de6f (diff)
downloadjasper-client-d7aee9421544aaff12fd4c26677085fd555d6728.tar.gz
jasper-client-d7aee9421544aaff12fd4c26677085fd555d6728.zip
Added test for vocabcompiler to `--light` tests and updated travis config
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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"