2
0
mirror of https://github.com/frappe/bench.git synced 2024-11-11 15:51:03 +00:00

[travis] fix for setup_production_v6

This commit is contained in:
Valmik Jangla 2016-07-25 18:36:08 +05:30
parent 8dd4672e3c
commit 91d239bcd4

View File

@ -38,7 +38,7 @@ class TestSetupProduction(test_init.TestBenchInit):
def test_setup_production_v6(self):
bench_name = 'test-bench-v6'
self.test_init(bench_name, frappe_branch='master')
self.test_init(bench_name, frappe_branch='v6.x.x')
user = getpass.getuser()