fix last line
diff --git a/.travis.yml b/.travis.yml
index 9d2673f..a25db0e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,4 +17,4 @@
   # Ensure that bin script actually runs on used Node.js version
   # to detect and avoid bugs such as apache/cordova-cli#339
   # (<https://github.com/apache/cordova-cli/issues/339>)
-- ./bin/cordova --version
\ No newline at end of file
+  - ./bin/cordova --version
diff --git a/appveyor.yml b/appveyor.yml
index ad6fb42..f601739 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -22,4 +22,4 @@
   - set "PATH=%PATH%;C:\Program Files\Git\mingw64\libexec\git-core"
   - node --version
   - npm --version
-- npm test
\ No newline at end of file
+  - npm test