blob: c20c63eeba0ba6fd0fe61fc1d4055717e017de8f [file] [log] [blame]
# Travis configuration. Build the simulator and run its tests.
language: rust
script:
- cd sim; cargo build --release
- cd sim; cargo run --release -- runall
- cd sim; cargo run --release --features sig-rsa -- runall