mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
Fix pylint install on Travis CI (#1608)
Followup fix after #1602 JerryScript-DCO-1.0-Signed-off-by: László Langó llango.u-szeged@partner.samsung.com
This commit is contained in:
parent
918a50c66b
commit
92f74f3cf5
@ -47,6 +47,7 @@ before_install:
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]] && [[ "$INSTALL_QEMU_ARM" == "yes" ]]; then tools/apt-get-install-qemu-arm.sh; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then tools/brew-install-deps.sh; fi
|
||||
- if [[ "$OPTS" == "--test262" ]]; then sudo timedatectl set-timezone America/Los_Angeles; fi
|
||||
- if [[ "$OPTS" == *"--check-pylint"* ]]; then pip install pylint==1.6.5; fi
|
||||
|
||||
install:
|
||||
|
||||
|
||||
@ -19,4 +19,4 @@ sudo apt-get install -q -y \
|
||||
make cmake \
|
||||
gcc gcc-multilib \
|
||||
doxygen \
|
||||
cppcheck vera++ python pylint
|
||||
cppcheck vera++ python
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user