aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-04-16 14:24:10 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-04-16 14:24:10 +0200
commit16e5dd414b3870b76eda67f6c9dfc26836115e04 (patch)
treec68b99f5e9ca2b2d605747b34bda55bddcc87604 /appveyor.yml
parentFix premium badge color (diff)
downloadferdium-app-16e5dd414b3870b76eda67f6c9dfc26836115e04.tar.gz
ferdium-app-16e5dd414b3870b76eda67f6c9dfc26836115e04.tar.zst
ferdium-app-16e5dd414b3870b76eda67f6c9dfc26836115e04.zip
Run tests
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 0ed8866a3..77c25df7e 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -17,6 +17,7 @@ cache:
17 17
18before_build: 18before_build:
19 - npm run lint 19 - npm run lint
20 - npm run test
20 21
21build_script: 22build_script:
22 - npm run build 23 - npm run build