From 684c08a36ad26138089b15d0ed76c0c2de6fce30 Mon Sep 17 00:00:00 2001 From: lxsang Date: Mon, 22 Jun 2020 12:07:23 +0200 Subject: [PATCH] add test to travis job --- .travis.yml | 3 ++- Makefile | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f5bc5f5..f693b36 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,5 +8,6 @@ install: - npm install typescript - npm install @types/jquery script: - - make && make test + - make + - make test - make release diff --git a/Makefile b/Makefile index 34c0f77..32f9060 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,6 @@ javascripts= dist/core/core.js \ dist/core/BaseModel.js \ dist/core/BaseApplication.js \ dist/core/BaseService.js \ - dist/core/BaseEvent.js \ dist/core/BaseDialog.js \ dist/core/tags/tag.js \ dist/core/tags/WindowTag.js \