fix(travis): Use --site parameter
diff --git a/.travis.yml b/.travis.yml
index fb941f3..9b51c85 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,7 +26,7 @@
     python: 2.7
     before_script:
       - wget http://build.erpnext.com/20171108_190013_955977f8_database.sql.gz
-      - bench --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 --mariadb-root-password travis
     script: bench --site test_site migrate
 
   - name: "Python 3.6 Patch Test"