diff --git a/.travis.yml b/.travis.yml
index 9a3fea314351bd782fb6b677da9f2cbef9d19486..a1f22ab500fd99dc3e0f7959767059282da01a57 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -54,7 +54,7 @@ cache:
   directories:
     - node_modules
 
-# Install yarn, as Travis doesn't support it out of the box
+# Install yarn as Travis doesn't support it out of the box
 before_install: npm install -g yarn
 
 # Do not install optional dependencies by default