diff --git a/.travis.yml b/.travis.yml index 111e85fbd5..249c19ba60 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,9 @@ before_script: jobs: include: - stage: Unit and Integration tests - script: npm test + script: + - npm run ensure-env + - npm test - stage: Artifacts builds if: branch = master && type != pull_request