From 3c77d4ee1818fd44567f7f22cee81b9755b0ad7b Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <Jacek@jacekk.info> Date: Sat, 06 Jul 2019 15:17:55 +0000 Subject: [PATCH] Remove JS arrow function to increase compatibility --- .travis.yml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/.travis.yml b/.travis.yml index 399c72f..6186b3b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,5 +16,5 @@ - 'npm install nightwatch selenium-server chromedriver geckodriver' script: - - 'node_modules/.bin/nightwatch -e chrome-headless' +# - 'node_modules/.bin/nightwatch -e chrome-headless' - 'node_modules/.bin/nightwatch -e firefox-headless' -- Gitblit v1.9.1