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: