diff --git a/.travis.yml b/.travis.yml
index 69c16120b83afeaf3b3028b05663ca61eb8833d4..c4c3882ce393af5a6a9bd6a00551ee5340b63841 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,9 +8,6 @@ install:
 script:
 - make quality
 - make test
-branches:
-  only:
-  - master
 after_success: coveralls
 env:
   global:
diff --git a/setup.py b/setup.py
index e5f53c9dc061563b8fb77690192b739f97693616..db3d15c90a126f6dd15963b6fb0c36e5b5f7b4ce 100644
--- a/setup.py
+++ b/setup.py
@@ -50,7 +50,7 @@ with open('README.rst') as _f:
 
 setup(
     name='lti-consumer-xblock',
-    version='1.4.1',
+    version='1.4.2',
     description='This XBlock implements the consumer side of the LTI specification.',
     long_description=long_description,
     long_description_content_type='text/markdown',