forked from NextDom/extra-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
31 lines (31 loc) · 849 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
matrix:
include:
- language: python
python: 3.6
install:
- pip install pylint coverage python-coveralls
script:
- cd ${TRAVIS_BUILD_DIR}
- ./tests/lintAllPythonFiles.sh
- python3 -m unittest discover tests -b
- coverage run -m unittest discover tests -b
- coverage report -m
after_success:
- coveralls
- language: php
php: 5.6
script:
- cd ${TRAVIS_BUILD_DIR}
- find . -type f -name *.php | xargs -n1 php -l
- language: markdown
addons:
apt:
packages:
- aspell
- aspell-fr
script:
- gem install mdl
- cd ${TRAVIS_BUILD_DIR}
- ./tests/tools/setCustomMDWarnings.sh
- mdl -r $MDLWAR *.md docs/fr_FR/*.md
- ./tests/tools/spellCheckMD.sh