fix(travis): Use --site parameter

This commit is contained in:
Aditya Hase 2019-07-25 21:50:46 +05:30
parent 7b39aa7f91
commit ac431c8e33

View File

@ -26,7 +26,7 @@ jobs:
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"