From ed20b68a3af3d8e978852e637ccf2f50b231e22e Mon Sep 17 00:00:00 2001 From: Pratik Vyas Date: Fri, 14 Feb 2014 16:10:03 +0530 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 866e9b1795..b4a018f7b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ services: - mysql install: - - CFLAGS=-O0 pip install git+https://github.com/frappe/wnframework.git@4.0.0-wip && + - CFLAGS=-O0 pip install git+https://github.com/frappe/frappe.git@develop && - pip install --editable . script: