Skip to content

Commit 521cbf4

Browse files
committed
Merge branch '0.10' of https://github.com/OpenLightingProject/ola into master-resync
2 parents e0187c2 + 9318917 commit 521cbf4

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
@@ -284,7 +284,7 @@ install:
284284
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then pip install --user numpy; fi
285285
- if [ "$TASK" = "coverage" ]; then pip install --user cpp-coveralls; fi
286286
- if [ "$TASK" = "flake8" ]; then pip install --user flake8; fi
287-
- if [ "$TASK" = "codespell" ]; then pip install --user git+https://github.com/lucasdemarchi/codespell.git; fi
287+
- if [ "$TASK" = "codespell" ]; then pip install --user git+https://github.com/codespell-project/codespell.git; fi
288288
- if [ "$TASK" = "jshint" ]; then npm install -g grunt-cli; fi
289289
# 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
290290
- if [ "$TASK" = "pychecker" -o "$TASK" = "pychecker-wip" ]; then pip install --user http://sourceforge.net/projects/pychecker/files/pychecker/0.8.19/pychecker-0.8.19.tar.gz/download; fi

0 commit comments

Comments
 (0)