Update TravisCI badge to show only master result and remove CoffeeScript references

This commit is contained in:
Mohsen Azimi
2015-03-28 18:07:58 -07:00
parent 978588a8d4
commit 1ea77868aa
2 changed files with 3 additions and 4 deletions

View File

@@ -113,7 +113,7 @@ gulp.task('copy', ['less'], function() {
* Watch for changes and recompile
*/
gulp.task('watch', function() {
return watch(['./src/**/*.{coffee,js,less,handlebars}'], function() {
return watch(['./src/**/*.{js,less,handlebars}'], function() {
gulp.start('default');
});
});