From 068435d80e2ba066b7f1c6b5d521edd1592c473c Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Sun, 19 Aug 2018 09:26:16 -0500 Subject: [PATCH] MAINT: Add integration test runs to our travis comfiguration. --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 613564f..7504af1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1 +1,5 @@ -language: rust \ No newline at end of file +language: rust +script: + - cargo build --verbose + - cargo test --verbose + - cargo run -- validate integration_tests \ No newline at end of file