fix(travis): Execute get-app and reinstall after bench start
diff --git a/.travis.yml b/.travis.yml
index cd593a8..d3581e2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -55,11 +55,11 @@
   - mysql -u root -e "FLUSH PRIVILEGES"
 
   - cd ~/frappe-bench
-  - bench get-app erpnext $TRAVIS_BUILD_DIR
-  - bench --site test_site reinstall --mariadb-root-username root --mariadb-root-password travis --yes
   - sed -i 's/9000/9001/g' sites/common_site_config.json
   - bench start &
   - sleep 10
+  - bench get-app erpnext $TRAVIS_BUILD_DIR
+  - bench --site test_site reinstall --mariadb-root-username root --mariadb-root-password travis --yes
 
 after_script:
   - pip install python-coveralls