Make the travis configuration read linearly.
diff --git a/.travis.yml b/.travis.yml
index cb0eefc..0a8bbab 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,9 +29,6 @@
before_install:
- if [ -n "$CRYPTOGRAPHY_GIT_MASTER" ]; then pip install git+https://github.com/pyca/cryptography.git;fi
-after_success:
- - coveralls
-
install:
# Install the wheel library explicitly here. It is not really a setup
# dependency. It is not an install dependency. It is only a dependency for
@@ -46,3 +43,9 @@
script:
- coverage run --branch --source=OpenSSL setup.py bdist_wheel test
- coverage report -m
+
+after_success:
+ - coveralls
+
+notifications:
+ email: false