diff options
author | Damien George <damien.p.george@gmail.com> | 2019-12-13 13:32:15 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2019-12-13 13:33:45 +1100 |
commit | 4da763fc49af5d7c6bbcd1af89135320022bffd0 (patch) | |
tree | a6f93e336427891d63b77378d49813aaef9f58d8 | |
parent | ba84453f77ed8ce5e8ac128bee80d3923a14e9ad (diff) |
travis: Build urandom native module in coverage job.
-rw-r--r-- | .travis.yml | 1 |
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 |