Browse Source

adding to travis

Raanan Weber 7 years ago
parent
commit
f75a2d5291
2 changed files with 2 additions and 1 deletions
  1. 1 0
      .travis.yml
  2. 1 1
      Tools/Gulp/gulpfile.js

File diff suppressed because it is too large
+ 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) {