From af986a269f1cb76259db260b648961e1f0bdc522 Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Sat, 25 Aug 2018 15:01:45 -0500 Subject: [PATCH] MAINT: fix travis configuration with new command. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7504af1..db79ee9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,4 @@ language: rust script: - cargo build --verbose - cargo test --verbose - - cargo run -- validate integration_tests \ No newline at end of file + - cargo run -- test integration_tests