Skip to content

Commit fa747b1

Browse files
committed
clang-format is not available by default
1 parent 94a6220 commit fa747b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build matrix / environment variables are explained on:
2-
# http://about.travis-ci.org/docs/user/build-configuration/
2+
# http://about.travis-ci.com/docs/user/build-configuration/
33
# This file can be validated on: http://www.yamllint.com/
44
# Or using the Ruby based travel command line tool:
55
# gem install travis --no-rdoc --no-ri

.travis_scripts/meson_builder.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ ninja --version
6464
_COMPILER_NAME=`basename ${CXX}`
6565
_BUILD_DIR_NAME="build-${BUILD_TYPE}_${LIB_TYPE}_${_COMPILER_NAME}"
6666

67-
./.travis_scripts/run-clang-format.sh
67+
#./.travis_scripts/run-clang-format.sh
6868
meson --fatal-meson-warnings --werror --buildtype ${BUILD_TYPE} --default-library ${LIB_TYPE} . "${_BUILD_DIR_NAME}"
6969
ninja -v -j 2 -C "${_BUILD_DIR_NAME}"
7070

0 commit comments

Comments
 (0)