Skip to content

Commit

Permalink
fix(travis): Execute get-app and reinstall after bench start
Browse files Browse the repository at this point in the history
  • Loading branch information
adityahase committed Jul 25, 2019
1 parent 6e2fa02 commit 97ad635
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ before_script:
- 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
Expand Down

0 comments on commit 97ad635

Please sign in to comment.