Travis CI started failing for my project after I added ngDraggable. I use jshint with Grunt.js for validation and it revealed some issues. After I forked the project and fixed all of them, the build passed. Some issues were like using a variable outside of its scope of declaration.
Travis CI started failing for my project after I added ngDraggable. I use jshint with Grunt.js for validation and it revealed some issues. After I forked the project and fixed all of them, the build passed. Some issues were like using a variable outside of its scope of declaration.