Skip to content

Commit 53e9690

Browse files
committed
fix lint issues
1 parent 81ad062 commit 53e9690

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
include:
5050
- stage: deploy
5151
before_script: skip
52+
# Work around the 10min Travis timeout. The firebase / gcs code deploy does not report
53+
# back to the process
5254
before_deploy: |
5355
function keep_alive() {
5456
while true; do

Gruntfile.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -387,11 +387,6 @@ module.exports = function(grunt) {
387387
grunt.registerTask('package', ['bower', 'validate-angular-files', 'clean', 'buildall', 'minall', 'collect-errors', 'write', 'docs', 'copy', 'compress:build']);
388388
grunt.registerTask('ci-checks', ['ddescribe-iit', 'merge-conflict', 'eslint']);
389389
grunt.registerTask('default', ['package']);
390-
391-
392-
console.log(pkg.distTag);
393-
console.log(process.env.DIST_TAG);
394-
395390
};
396391

397392

@@ -403,4 +398,4 @@ function reportOrFail(message) {
403398
console.log(message);
404399
console.log('===============================================================================');
405400
}
406-
}
401+
}

0 commit comments

Comments
 (0)