From a600ad4f74c0e0f62cb9937356ce08c22d0f866d Mon Sep 17 00:00:00 2001 From: Antoine Gersant Date: Tue, 4 Jul 2017 02:08:26 -0700 Subject: [PATCH] Install fetch polyfill --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index eec887d..c762145 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,6 +24,7 @@ before_install: - java -jar selenium.jar & - npm install -g nightwatch - nightwatch -v + - npm install whatwg-fetch --save script: - cargo build --verbose