From 5a37a534dc348bdc9fe72c68271b576e8c5d6953 Mon Sep 17 00:00:00 2001 From: Jeroen Akkerman Date: Thu, 17 Jan 2019 09:50:54 +0100 Subject: [PATCH] Forgot `npm run` in the command, added. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ecb55fe..fbf5b9e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ before_script: - npm install -g gulp script: - gulp -- test:types +- npm run test:types deploy: - provider: npm email: info@saturnserver.org