Skip to content

Commit 9318917

Browse files
authored
Merge pull request #1437 from peternewman/0.10-json-patch-header
Update codespell git location
2 parents 2805399 + 1badbb1 commit 9318917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ install:
258258
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then pip install --user numpy; fi
259259
- if [ "$TASK" = "coverage" ]; then pip install --user cpp-coveralls; fi
260260
- if [ "$TASK" = "flake8" ]; then pip install --user flake8; fi
261-
- if [ "$TASK" = "codespell" ]; then pip install --user git+https://github.com/lucasdemarchi/codespell.git; fi
261+
- if [ "$TASK" = "codespell" ]; then pip install --user git+https://github.com/codespell-project/codespell.git; fi
262262
- if [ "$TASK" = "jshint" ]; then npm install -g grunt-cli; fi
263263

264264
before_install:

0 commit comments

Comments
 (0)