Skip to content

Commit

Permalink
ignore lint
Browse files Browse the repository at this point in the history
asd
  • Loading branch information
brendankenny committed Apr 25, 2018
1 parent fd7641e commit 48085fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ before_script:
- yarn build-all
script:
- yarn bundlesize
- yarn test-viewer
- yarn lint
- yarn unit:silentcoverage
- yarn type-check
Expand Down
2 changes: 1 addition & 1 deletion lighthouse-viewer/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ gulp.task('deploy', cb => {

gulp.task('build', cb => {
runSequence(
'lint', 'compile-js',
'compile-js',
['html', 'pwa', 'images', 'concat-css', 'polyfills'], cb);
});

Expand Down

0 comments on commit 48085fb

Please sign in to comment.