Browse Source

spell checking

pull/87/head
Roland Gruber 3 years ago
parent
commit
8894146c06
  1. 3
      .travis.yml

3
.travis.yml

@ -13,3 +13,6 @@ script:
- phpunit
- ls -l code-coverage/*
- sonar-scanner
- pip install codespell
- cd lam
- ./codespell.sh
Loading…
Cancel
Save