1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-20 02:38:53 +00:00

Rename env var TRAVIS to IS_TEST (#5789)

This commit is contained in:
Paulus Schoutsen
2020-05-07 03:39:18 -07:00
committed by GitHub
parent 321c0cfc84
commit 5fed28808e
4 changed files with 6 additions and 6 deletions

View File

@@ -5,8 +5,8 @@ module.exports = {
isStatsBuild() {
return process.env.STATS === "1";
},
isTravis() {
return process.env.TRAVIS === "true";
isTest() {
return process.env.IS_TEST === "true";
},
isNetlify() {
return process.env.NETLIFY === "true";