rustation/.travis.yml
Lionel Flandrin 9848d673e3 Implemented basic tracing support.
When built with the "trace" feature the emulator now supports tracing
variables for debugging purposes.
2016-11-08 19:09:15 +01:00

11 lines
148 B
YAML

language: rust
os:
- linux
before_script:
- rustc -V
- cargo -V
script:
- cargo build -v
- cargo build -v --features trace
- cargo test