mcuboot/.travis.yml

7 lines
168 B
YAML

# Travis configuration. Build the simulator and run its tests.
language: rust
script:
- cd sim; cargo build --release
- cd sim; cargo run --release -- runall