diff --git a/.travis.yml b/.travis.yml index b4e18b7..adcbf04 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,3 +6,4 @@ rust: script: - cargo build --manifest-path ash/Cargo.toml - cargo build --manifest-path examples/Cargo.toml + - cargo build --manifest-path generator/Cargo.toml