diff options
| -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" |
