From b1451ba8e31397f9db518fd45555dce1ef02dab6 Mon Sep 17 00:00:00 2001 From: Noel De Martin Date: Wed, 7 Oct 2020 11:19:15 +0200 Subject: [PATCH] MOBILE-3320 travis: Add build script --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index a088c4590..aba384359 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,3 +4,4 @@ cache: npm script: - npm run lint - npm run test:ci + - npm run build