fix(travis): Remove redundant arguments
This commit is contained in:
parent
dac46ed6e1
commit
fdb395c977
@ -26,14 +26,14 @@ jobs:
|
|||||||
python: 2.7
|
python: 2.7
|
||||||
before_script:
|
before_script:
|
||||||
- wget http://build.erpnext.com/20171108_190013_955977f8_database.sql.gz
|
- 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
|
script: bench --site test_site migrate
|
||||||
|
|
||||||
- name: "Python 3.6 Patch Test"
|
- name: "Python 3.6 Patch Test"
|
||||||
python: 3.6
|
python: 3.6
|
||||||
before_script:
|
before_script:
|
||||||
- wget http://build.erpnext.com/20171108_190013_955977f8_database.sql.gz
|
- 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
|
script: bench --site test_site migrate
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user