Create a .travis.yml

Build and run the simulator for testing with travis.
This commit is contained in:
David Brown 2017-03-29 16:27:25 -06:00
parent a3b93cfe95
commit 0fc2d47b1b
1 changed files with 6 additions and 0 deletions

6
.travis.yml Normal file
View File

@ -0,0 +1,6 @@
# Travis configuration. Build the simulator and run its tests.
language: rust
script:
- cd sim; cargo build --release
- cd sim; cargo run --release -- runall