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 \