forked from NextDom/plugin-jpi
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.travis.yml
35 lines (34 loc) · 869 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
32
33
34
35
matrix:
include:
- language: php
php: 5.6
before_script:
- find . -type f -name *.php | xargs -n1 php -l
script:
- cd ${TRAVIS_BUILD_DIR}
- pwd
after_success:
- cd ${TRAVIS_BUILD_DIR}
- ls -latr
after_failure:
- cd ${TRAVIS_BUILD_DIR}
- ls -latr
- language: python
python: 2.7
install:
- pip install pylint
script:
- cd ${TRAVIS_BUILD_DIR}
- ./tests/tools/lintAllPythonFiles.sh
- 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