File tree Expand file tree Collapse file tree 1 file changed +5
-17
lines changed
Expand file tree Collapse file tree 1 file changed +5
-17
lines changed Original file line number Diff line number Diff line change 11version : ~> 1.0
22language : cpp
33
4- dist : trusty
4+ dist : bionic
55addons :
66 apt :
77 sources :
8- - sourceline : ' ppa:george-edison55/precise-backports' # For cmake
9- - sourceline : ' deb http://apt.llvm.org/precise llvm-toolchain-precise-3.6 main'
10- key_url : ' https://apt.llvm.org/llvm-snapshot.gpg.key'
11- - sourceline : ' deb http://apt.llvm.org/trusty llvm-toolchain-trusty-6.0 main'
12- key_url : ' https://apt.llvm.org/llvm-snapshot.gpg.key'
13- - sourceline : ' deb http://apt.llvm.org/trusty llvm-toolchain-trusty-7 main' # For clang-format-7
14- key_url : ' https://apt.llvm.org/llvm-snapshot.gpg.key'
15- - sourceline : ' deb http://apt.llvm.org/trusty llvm-toolchain-trusty-8 main'
16- key_url : ' https://apt.llvm.org/llvm-snapshot.gpg.key'
178 - sourceline : ' ppa:ubuntu-toolchain-r/test'
18- - sourceline : ' ppa:deadsnakes/ppa' # For python3.6
199 packages :
2010 - autoconf
2111 - automake
9686 - ./dev/check-format-py.sh
9787 - stage : Test
9888 name : " Python Lint"
99- script :
89+ script :
10090 - python3 ./dev/pylint_check.py
10191 - stage : Test
10292 name : " C++ Unit Tests"
@@ -238,18 +228,16 @@ before_script:
238228 # Switch to python 3.6.3
239229 - pyenv install -f 3.6.3
240230 - pyenv global 3.6.3
241-
242231 # Install python modules
243232 - curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
244- - python3 get-pip.py
233+ - python3 get-pip.py
245234 - rm get-pip.py
246- - python3 -m pip install \
235+ - python3 -m pip install \
247236 pylint \
248237 black
249-
250238 - source .github/travis/common.sh
251239 - ./.github/travis/setup.sh
252-
240+
253241after_script :
254242 - ./.github/travis/setup.sh
255243
You can’t perform that action at this time.
0 commit comments