Add generator to travis

This commit is contained in:
Maik Klein 2018-08-20 07:30:59 +02:00
parent 071fe412c1
commit 6a329084e8

View file

@ -6,3 +6,4 @@ rust:
script: script:
- cargo build --manifest-path ash/Cargo.toml - cargo build --manifest-path ash/Cargo.toml
- cargo build --manifest-path examples/Cargo.toml - cargo build --manifest-path examples/Cargo.toml
- cargo build --manifest-path generator/Cargo.toml