fix(travis): Remove redundant arguments
diff --git a/.travis.yml b/.travis.yml
index 9b51c85..53c67fe 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,14 +26,14 @@
     python: 2.7
     before_script:
       - wget http://build.erpnext.com/20171108_190013_955977f8_database.sql.gz
-      - bench --site test_site --force restore ~/frappe-bench/20171108_190013_955977f8_database.sql.gz --mariadb-root-password travis
+      - bench --site test_site --force restore ~/frappe-bench/20171108_190013_955977f8_database.sql.gz
     script: bench --site test_site migrate
 
   - name: "Python 3.6 Patch Test"
     python: 3.6
     before_script:
       - wget http://build.erpnext.com/20171108_190013_955977f8_database.sql.gz
-      - bench --site test_site --force restore ~/frappe-bench/20171108_190013_955977f8_database.sql.gz --mariadb-root-password travis
+      - bench --site test_site --force restore ~/frappe-bench/20171108_190013_955977f8_database.sql.gz
     script: bench --site test_site migrate
 
 install: