Skip to content

Commit

Permalink
Small workding fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois committed Oct 15, 2014
1 parent 8651cd4 commit f727f99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ script: |
./build-support/bin/ci.sh -d
# We accept the default travis-ci email author+comitter notification
# for now which are enabled even with no `notifications` config.
# for now which is enabled even with no `notifications` config.
# notifications:
# email: ...

after_success:
coveralls
Expand Down
2 changes: 1 addition & 1 deletion build-support/bin/ci-sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ with open('.travis.yml') as fp:
config_linux = yaml.safe_load(fp)
with open('.travis.osx.yml') as fp:
config_osx = yaml.safe_load(fp)
# We maintain notifications settings centrally in the main '.travis.yml' config.
# We maintain notifications settings centrally in the main '.travis.yml' config.
if 'notifications' in config_linux:
config_osx['notifications'] = config_linux['notifications']
with open('.travis.yml', 'w') as fp:
Expand Down

0 comments on commit f727f99

Please sign in to comment.