diff --git a/.travis.yml b/.travis.yml index 8bd7d97..83e5930 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,9 +28,11 @@ script: - travis_wait coverage run --source="storjlib" setup.py test - coverage report --fail-under=80 + after_success: - coveralls + notifications: slack: storjcommunity:TZfUO9ycY8R9UYwztWZTo0jk email: false diff --git a/tests/api.py b/tests/api.py index c84729a..2bd400b 100644 --- a/tests/api.py +++ b/tests/api.py @@ -19,6 +19,7 @@ "store_end": 3000000000, "audit_algorithm": "default", "audit_count": 10, + "audit_merkle_root": None, "heartbeat_algorithm": "default", "heartbeat_count": 3600, "heartbeat_coverage": 12,