From 0fc2d47b1b25cfc6df616595cca0904624e8ed07 Mon Sep 17 00:00:00 2001 From: David Brown Date: Wed, 29 Mar 2017 16:27:25 -0600 Subject: [PATCH] Create a .travis.yml Build and run the simulator for testing with travis. --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..9cd03d1a --- /dev/null +++ b/.travis.yml @@ -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