llhd-sim 0.2.0

The reference simulator for Low Level Hardware Description assembly.
sudo: false
language: rust
rust:
  - stable
  - beta
  - nightly
  # minimum supported version
  - "1.13.0"

matrix:
  allow_failures:
    - rust: nightly

script:
  - cargo build
  - cargo test
  - tests/run.sh