Merge pull request #120 from Lukasa/alpn

Add ALPN support.
diff --git a/.travis.yml b/.travis.yml
index eda1242..eccc720 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -98,7 +98,7 @@
     coverage report -m
     python -c "import OpenSSL.SSL; print(OpenSSL.SSL.SSLeay_version(OpenSSL.SSL.SSLEAY_VERSION))"
 
-after_success:
+after_script:
   - source ~/.venv/bin/activate && coveralls
 
 notifications: