We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aab7418 commit c0ab4aeCopy full SHA for c0ab4ae
.travis.yml
@@ -17,6 +17,11 @@ install:
17
before_script:
18
- ./scripts/http/simple_http_server.py 2> /dev/null & sleep 5
19
- ./scripts/ci/sauce_connect.sh
20
+ # Ensure we point to the version of clang-format that we installed in
21
+ # install_closure_deps.sh. Travis has an older version on the $PATH and
22
+ # clang-format-diff.py invokes "clang-format" with no option of specifying
23
+ # a binary path.
24
+ - export PATH=$PWD/../clang/bin/:$PATH
25
26
script:
27
- ./scripts/ci/compile_closure.sh
0 commit comments