From 005dcfc33489f0a5933620ce113a160d4f6cfaa3 Mon Sep 17 00:00:00 2001 From: Quantum <quantum2048@gmail.com> Date: Mon, 9 Sep 2019 14:26:48 -0400 Subject: [PATCH] npm run build --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c23584d..1ba2114 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ language: node_js node_js: - 10 -script: npm build && npm test +script: npm run build && npm test