diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-09-10 19:18:23 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-09-11 10:41:15 -0400 |
| commit | c5fa3daa2be976573e3aed0246659a15e963eabe (patch) | |
| tree | ad0bb834f942d704d784ef0995a28c4ebd35d3e0 | |
| parent | 9a09f954a5ae91b9dfe9621cd2391f613090a9d8 (diff) | |
| download | jasper-client-c5fa3daa2be976573e3aed0246659a15e963eabe.tar.gz jasper-client-c5fa3daa2be976573e3aed0246659a15e963eabe.zip | |
Updated travis.yml to use vocabcompiler unittest from client folder
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 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" |
