We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b236139 commit 119e156Copy full SHA for 119e156
.clang_format.hook
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
set -e
3
4
-readonly VERSION="3.9"
+readonly VERSION="3.8"
5
6
version=$(clang-format -version)
7
.travis.yml
@@ -16,10 +16,10 @@ addons:
16
- python
17
- python-pip
18
- python2.7-dev
19
- - clang-format-3.9
+ - clang-format-3.8
20
ssh_known_hosts: 52.76.173.135
21
before_install:
22
- - if [[ "$JOB" == "PRE_COMMIT" ]]; then sudo ln -s /usr/bin/clang-format-3.9 /usr/bin/clang-format; fi
+ - if [[ "$JOB" == "PRE_COMMIT" ]]; then sudo ln -s /usr/bin/clang-format-3.8 /usr/bin/clang-format; fi
23
- sudo pip install -U virtualenv pre-commit pip
24
- docker pull paddlepaddle/paddle:latest
25
0 commit comments