Browse Source

adding to travis

Raanan Weber 7 năm trước cách đây
mục cha
commit
f75a2d5291
2 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 1 0
      .travis.yml
  2. 1 1
      Tools/Gulp/gulpfile.js

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 1 - 0
.travis.yml


+ 1 - 1
Tools/Gulp/gulpfile.js

@@ -563,7 +563,7 @@ var buildExternalLibrary = function (library, settings, watch) {
  * The default task, concat and min the main BJS files.
  */
 gulp.task("default", function (cb) {
-    runSequence("typescript-all", "intellisense", "typedoc-all", "tests-unit", "tests-validation-virtualscreen", "tests-validation-browserstack", "tests-viewer.validation-browserstack", cb);
+    runSequence("typescript-all", "intellisense", "typedoc-all", "tests-unit", "tests-validation-virtualscreen", "tests-validation-browserstack", cb);
 });
 
 gulp.task("mainBuild", function (cb) {