Skip to content

Commit

Permalink
master: yaml files: convert tab stop to 2 spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradbell committed Dec 15, 2018
1 parent a53682b commit 257d292
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
28 changes: 14 additions & 14 deletions .travis.yml
Expand Up @@ -15,19 +15,19 @@ language: cpp
compiler: gcc

script:
# bin/travis.sh test_name
#
# Where test_name can be 'all', a directory that contains tests,
# or a file that contains one test. A file that contains one test must
# have the .cpp extension. Note that travis does not yet support test
# that require other packages; e.g., adolc. We are waiting for a
# good way to build these dependicies and store them.
#
bin/travis.sh all
# bin/travis.sh test_name
#
# Where test_name can be 'all', a directory that contains tests,
# or a file that contains one test. A file that contains one test must
# have the .cpp extension. Note that travis does not yet support test
# that require other packages; e.g., adolc. We are waiting for a
# good way to build these dependicies and store them.
#
bin/travis.sh all

notifications:
email:
recipients:
bradbell@seanet.com
on_success: change # send e-mail what success status changes
on_failure: always # always send e-mail when a test fails
email:
recipients:
bradbell@seanet.com
on_success: change # send e-mail what success status changes
on_failure: always # always send e-mail when a test fails
14 changes: 7 additions & 7 deletions appveyor.yml
Expand Up @@ -12,7 +12,7 @@
#
# build platform, i.e. x86, x64, Any CPU. This setting is optional.
platform:
- x64
- x64

# msys2 environment
environment:
Expand All @@ -27,11 +27,11 @@ install:
#
# run custom scripts instead of automatic MSBuild
build_script:
bash -c bin/appveyor.sh
bash -c bin/appveyor.sh
#
notifications:
-provider: Email
to:
-bradbell@seanet.com
on_build_success: true
on_build_failuer: true
- provider: Email
to:
- bradbell@seanet.com
on_build_success: true
on_build_failuer: true

0 comments on commit 257d292

Please sign in to comment.