mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-08 01:06:51 +01:00
Remove checking .min file in CI
This commit is contained in:
@@ -7,7 +7,4 @@ before_script:
|
||||
- npm install
|
||||
|
||||
script:
|
||||
- gulp jshint
|
||||
- cp Chart.min.js /tmp/OLD
|
||||
- gulp build
|
||||
- cmp Chart.min.js /tmp/OLD # ensure build was run before commit
|
||||
- gulp test
|
||||
|
||||
@@ -116,7 +116,7 @@ gulp.task('watch', function(){
|
||||
gulp.watch('./src/*', ['build']);
|
||||
});
|
||||
|
||||
gulp.task('test', ['jshint']);
|
||||
gulp.task('test', ['jshint', 'valid']);
|
||||
|
||||
gulp.task('size', ['library-size', 'module-sizes']);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user