summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2016-07-09 16:53:40 +0100
committerDamien George <damien.p.george@gmail.com>2016-07-09 16:53:40 +0100
commit56bb6f3979c6f46b5a71a05844718aba1717eccb (patch)
tree7e10d7722199c129593f4c0743518b832b70e03a
parent2b5a1067c0664836ad8737832754f0866f549fd1 (diff)
travis: Run unix thread tests.
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 7ae9f4952..f9ee2ab0f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -44,6 +44,7 @@ script:
# run tests with coverage info
- make -C unix coverage
- (cd tests && MICROPY_CPYTHON3=python3.4 MICROPY_MICROPYTHON=../unix/micropython_coverage ./run-tests)
+ - (cd tests && MICROPY_CPYTHON3=python3.4 MICROPY_MICROPYTHON=../unix/micropython_coverage ./run-tests -d thread)
- (cd tests && MICROPY_CPYTHON3=python3.4 MICROPY_MICROPYTHON=../unix/micropython_coverage ./run-tests --emit native)
after_success: