From 2036446d1abf461fd4a154ef787d2d2e5b51c670 Mon Sep 17 00:00:00 2001 From: clowwindy Date: Sat, 17 May 2014 14:08:37 +0800 Subject: [PATCH] add test for workers --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 0be4bde..a00c41d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,3 +10,4 @@ script: - python test.py -c test/table.json - python test.py -c test/aes.json - python test.py -c test/salsa20.json + - python test.py -c test/workers.json