From 29b4064c97be593288c21b9b5fbe7104d3c361b0 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Thu, 22 Mar 2018 00:41:56 -0700 Subject: [PATCH] ci: run tests on ci - that's what CI should do afterall... --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index fa17ad9..dad7f9d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,3 +19,4 @@ script: - npm run lint - npm run tsc - gulp build + - npm run test:once