From 763fbb4a9d78061ea06ab75a5d923838768df39b Mon Sep 17 00:00:00 2001 From: coderaiser Date: Sat, 4 Jan 2020 12:07:22 +0200 Subject: [PATCH] chore(travis) add cross-env --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 709d9926..69e2fce6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,9 +21,9 @@ os: git: autocrlf: input - script: - - npm run lint && npm run build && npm run coverage && npm run report + - npm i cross-env -g + - npm run lint && cross-env npm run build && npm run coverage && npm run report notifications: email: