From 3e3fd63bf5020aec4b5b38342ccef9b13f0306d4 Mon Sep 17 00:00:00 2001 From: Ryan Hunt <rhunt@eqrion.net> Date: Tue, 14 Nov 2017 01:14:13 -0500 Subject: [PATCH] Verify test expectations have been updated in pull requests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8f236bc..5f34aae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,4 +18,4 @@ env: script: - cargo build --verbose - cargo test --verbose - - python test.py + - python test.py -v -- GitLab