From 759120ae564e53721c5706253c3b3f9ea1780957 Mon Sep 17 00:00:00 2001 From: Jacob M-G Evans <27247160+JacobMGEvans@users.noreply.github.com> Date: Mon, 24 Feb 2020 15:09:31 -0600 Subject: [PATCH] Travis Build Failure Fix (#62) * Environment set and dynamic * Removed local setting file added by mistake * Benchmarks now working with dynamic environment variables make file pass in FACTOR and USE_MIDDLEWARE * Removing messages I had added because the output looked cluttered - Improving the output could be helpful - Kept the order in the makefile * clarify the number output meaning * Travis Node versions updated * More Versions in Travis Build --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index bb543f0..2d6ade1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,9 @@ language: node_js node_js: - - "6" - - "7" - "8" + - "9" + - "10" + - "11" notifications: email: on_success: never