Skip to content

Commit c3a8c78

Browse files
authored
Merge branch 'master' into closure
2 parents 3eebaad + a8297c0 commit c3a8c78

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ install:
2020
- if [ "$TASK" = "flake8" ]; then pip install flake8; fi
2121
# If this causes SSL errors, then Sourceforge is probably in disaster recovery mode and needing Javascript. Could switch to a specific mirror, e.g. kent.dl.sourceforge.net
2222
- if [ "$TASK" = "pychecker" -o "$TASK" = "pychecker-wip" ]; then pip install http://sourceforge.net/projects/pychecker/files/pychecker/0.8.19/pychecker-0.8.19.tar.gz/download; fi
23-
- if [ "$TASK" = "codespell" ]; then pip install git+https://github.com/lucasdemarchi/codespell.git; fi
23+
- if [ "$TASK" = "codespell" ]; then pip install git+https://github.com/codespell-project/codespell.git; fi
2424

2525
matrix:
2626
fast_finish: true

Gruntfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ module.exports = function(grunt) {
107107
'--js', 'node_modules/google-closure-library/third_party/**.js',
108108
'--js', '"!**_test.js"',
109109
'--jscomp_warning', 'lintChecks',
110+
'--hide_warnings_for', 'node_modules/google-closure-library/',
110111
'--entry_point', 'app.setup',
111112
'--js_output_file', 'static/js/app.js',
112113
'--dependency_mode', 'STRICT',

0 commit comments

Comments
 (0)