From b47fc8ae1b0bc9d5250b0ea54661688df8904391 Mon Sep 17 00:00:00 2001 From: iamkun Date: Fri, 11 Jan 2019 11:01:29 +0800 Subject: [PATCH] ci: run dst test --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 51231394a..9f2bff6d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,7 @@ install: - npm install script: - npm run lint + - npm test-dst - npm test - codecov after_success: