summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2019-12-13 13:32:15 +1100
committerDamien George <damien.p.george@gmail.com>2019-12-13 13:33:45 +1100
commit4da763fc49af5d7c6bbcd1af89135320022bffd0 (patch)
treea6f93e336427891d63b77378d49813aaef9f58d8
parentba84453f77ed8ce5e8ac128bee80d3923a14e9ad (diff)
travis: Build urandom native module in coverage job.
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index fef8bbbcf..36998300d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -87,6 +87,7 @@ jobs:
- make -C examples/natmod/btree ARCH=x64
- make -C examples/natmod/framebuf ARCH=x64
- make -C examples/natmod/uheapq ARCH=x64
+ - make -C examples/natmod/urandom ARCH=x64
- make -C examples/natmod/ure ARCH=x64
- make -C examples/natmod/uzlib ARCH=x64
# test importing .mpy generated by mpy_ld.py