diff options
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 985555e..ae54126 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,3 +7,4 @@ rust: script: - (cd codegen && cargo test) - (cd lib && cargo test) + - (cd example && cargo run) |