From 9affe2429da19e5769806d06866016ec1e8b77b7 Mon Sep 17 00:00:00 2001 From: Antoine Gersant Date: Tue, 4 Jul 2017 02:38:45 -0700 Subject: [PATCH] Removed redundant npm flag --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c762145..fbdf0b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ before_install: - java -jar selenium.jar & - npm install -g nightwatch - nightwatch -v - - npm install whatwg-fetch --save + - npm install whatwg-fetch script: - cargo build --verbose