Skip to content

Commit

Permalink
Revert "Temporarily disabled failfast to see what else may break on CI."
Browse files Browse the repository at this point in the history
This reverts commit 9956bd2.
  • Loading branch information
vitaly-krugl committed Apr 18, 2018
1 parent 9956bd2 commit 0e7f2a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ before_script:
script:
# See https://github.com/travis-ci/travis-ci/issues/1066 and https://github.com/pika/pika/pull/984#issuecomment-370565220
# as to why 'set -e' and 'set +e' are added here
#- set -e
- set -e
- nosetests
- PIKA_TEST_TLS=true nosetests
#- set +e
- set +e

after_success:
- aws s3 cp .coverage "s3://com-gavinroy-travis/pika/$TRAVIS_BUILD_NUMBER/.coverage.${TRAVIS_PYTHON_VERSION}"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cover-html-dir = build/coverage
cover-package = pika
cover-tests = 1
logging-level = DEBUG
#stop = 1
stop = 1
tests=tests/unit,tests/acceptance
verbosity = 3
with-coverage = 1
Expand Down

0 comments on commit 0e7f2a5

Please sign in to comment.