Skip to content

Commit 63bfd23

Browse files
committedFeb 2, 2017
Fix spelling of Codacy (sorry!)
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
1 parent ff8e04b commit 63bfd23

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
 

‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ script:
3434
- if [[ $NMODE == 'nikola' ]]; then nikola; fi
3535
- if [[ $NMODE == 'nikola' ]]; then nikola help; fi
3636
- if [[ $NMODE == 'nikola' ]]; then scripts/baseline.sh check; fi
37-
- if [[ $NMODE == 'nikola' ]]; then scripts/codacity_coverage.sh; fi
37+
- if [[ $NMODE == 'nikola' ]]; then scripts/codacy_coverage.sh; fi
3838
- if [[ $NMODE == 'flake8' ]]; then flake8 nikola/; fi
3939
- if [[ $NMODE == 'flake8' ]]; then pydocstyle --count --match-dir='(?!^\\.)(?!data).*' nikola/; fi
4040
after_success:
File renamed without changes.

0 commit comments

Comments
 (0)
Please sign in to comment.