mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-29 18:04:46 +00:00
fix(travis): Remove redundant arguments
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user