exclude gulpfile.js from Travis checks

This commit is contained in:
Holger Könemann 2018-03-07 13:32:41 +01:00
parent d2f0c5c004
commit 5a8cf9a00f
2 changed files with 7 additions and 5 deletions

View File

@ -7,6 +7,7 @@
"src/**/*.js",
"js/core.js",
"js/popper.js",
"js/theme.js"
"js/theme.js",
"gulpfile.js"
]
}

View File

@ -172,7 +172,8 @@ gulp.task( 'browser-sync', function() {
// Run:
// gulp watch-bs
// Starts watcher with browser-sync. Browser-sync reloads page automatically on your browser
gulp.task( 'watch-bs', ['browser-sync', 'watch', 'scripts'], function() { } );
gulp.task( 'watch-bs', ['browser-sync', 'watch', 'scripts'], function() {
} );
// Run:
// gulp scripts.