Skip to content

Commit f3c3a81

Browse files
committed
minor whitespace fixes to templates
1 parent 63de4f5 commit f3c3a81

File tree

2 files changed

+27
-8
lines changed

2 files changed

+27
-8
lines changed

Diff for: .yamllint

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
extends: default
3+
4+
rules:
5+
braces:
6+
level: warning
7+
brackets:
8+
level: warning
9+
colons:
10+
level: warning
11+
commas:
12+
level: warning
13+
indentation:
14+
level: warning
15+
line-length:
16+
max: 200
17+
truthy:
18+
level: error
19+

Diff for: templates/.travis.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# See: https://github.com/boostorg/boost-ci
99
#
1010
# Instructions for customizing this script for your library:
11-
#
11+
#
1212
# 1. Customize the compilers and language levels you want in the 'jobs'.
1313
# 2. If you have more than include/, src/, test/, example/, examples/, or
1414
# tools/ directories, modify your Travis CI project and add the environment
@@ -45,12 +45,12 @@ addons:
4545
- binutils-gold
4646
- gdb
4747
- libc6-dbg
48-
48+
4949
branches:
5050
only:
5151
- develop
5252
- master
53-
53+
5454
script:
5555
- cd $BOOST_ROOT/libs/$SELF
5656
- ci/travis/build.sh
@@ -119,13 +119,13 @@ jobs:
119119
- { os: "linux", env: [ "B2_TOOLSET=clang-6.0", "B2_CXXSTD=03,11,14,17,2a",
120120
"B2_CXXFLAGS=-stdlib=libc++" ], addons: *clang-6 }
121121
- { os: "osx" , env: [ "B2_TOOLSET=clang", "B2_CXXSTD=03,11,17" ] }
122-
123-
# to enable Intel ICC define INTEL_ICC_SERIAL_NUMBER and the following:
124-
# - { os: "linux", env: [ "B2_TOOLSET=intel-linux", "B2_CXXSTD=11,14,17" ], addons: *gcc-7,
125-
# script: cd $BOOST_ROOT/libs/$SELF && ci/travis/intelicc.sh }
122+
123+
# to enable Intel ICC define INTEL_ICC_SERIAL_NUMBER and the following:
124+
# - { os: "linux", env: [ "B2_TOOLSET=intel-linux", "B2_CXXSTD=11,14,17" ], addons: *gcc-7,
125+
# script: cd $BOOST_ROOT/libs/$SELF && ci/travis/intelicc.sh }
126126

127127
- os: linux
128-
env:
128+
env:
129129
- COMMENT=codecov.io
130130
- B2_TOOLSET=gcc-7
131131
- B2_DEFINES="define=BOOST_NO_STRESS_TEST=1"

0 commit comments

Comments
 (0)