From 9fa297207d6b9bc27e16ede9e27af20703e9f956 Mon Sep 17 00:00:00 2001 From: Bouncey Date: Fri, 15 Feb 2019 14:27:16 +0000 Subject: [PATCH] fix: Ensure env in CI --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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