From 3d63c268f488259fa542d7dda47dd66928af4644 Mon Sep 17 00:00:00 2001 From: Alexander Cerutti Date: Thu, 10 Jan 2019 00:34:21 +0100 Subject: [PATCH] Update .travis.yml Updated travis.yml to execute run-script build --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c8d60f2..b97350f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,5 +4,5 @@ node_js: - "8.4.0" script: - npm run lint -- npm build +- npm run build - npm test