minor whitespace fixes to templates

This commit is contained in:
James E. King III
2019-04-22 12:29:25 -04:00
parent 63de4f5e7f
commit f3c3a812fe
2 changed files with 27 additions and 8 deletions

19
.yamllint Normal file
View File

@@ -0,0 +1,19 @@
---
extends: default
rules:
braces:
level: warning
brackets:
level: warning
colons:
level: warning
commas:
level: warning
indentation:
level: warning
line-length:
max: 200
truthy:
level: error

View File

@@ -8,7 +8,7 @@
# See: https://github.com/boostorg/boost-ci
#
# Instructions for customizing this script for your library:
#
#
# 1. Customize the compilers and language levels you want in the 'jobs'.
# 2. If you have more than include/, src/, test/, example/, examples/, or
# tools/ directories, modify your Travis CI project and add the environment
@@ -45,12 +45,12 @@ addons:
- binutils-gold
- gdb
- libc6-dbg
branches:
only:
- develop
- master
script:
- cd $BOOST_ROOT/libs/$SELF
- ci/travis/build.sh
@@ -119,13 +119,13 @@ jobs:
- { os: "linux", env: [ "B2_TOOLSET=clang-6.0", "B2_CXXSTD=03,11,14,17,2a",
"B2_CXXFLAGS=-stdlib=libc++" ], addons: *clang-6 }
- { os: "osx" , env: [ "B2_TOOLSET=clang", "B2_CXXSTD=03,11,17" ] }
# to enable Intel ICC define INTEL_ICC_SERIAL_NUMBER and the following:
# - { os: "linux", env: [ "B2_TOOLSET=intel-linux", "B2_CXXSTD=11,14,17" ], addons: *gcc-7,
# script: cd $BOOST_ROOT/libs/$SELF && ci/travis/intelicc.sh }
# to enable Intel ICC define INTEL_ICC_SERIAL_NUMBER and the following:
# - { os: "linux", env: [ "B2_TOOLSET=intel-linux", "B2_CXXSTD=11,14,17" ], addons: *gcc-7,
# script: cd $BOOST_ROOT/libs/$SELF && ci/travis/intelicc.sh }
- os: linux
env:
env:
- COMMENT=codecov.io
- B2_TOOLSET=gcc-7
- B2_DEFINES="define=BOOST_NO_STRESS_TEST=1"