From 236ff05ca502fd95ed4705fe6988834fc11b6579 Mon Sep 17 00:00:00 2001 From: vishalseshagiri Date: Thu, 3 Aug 2017 12:40:41 +0530 Subject: [PATCH] Removed docker-exec from travis and shifted to test.py --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bf89a043..41647ebe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,6 @@ install: - docker exec -i frappe bash -c "bench --site site1.local install-app erpnext" - docker exec -i -u root frappe bash -c "echo 127.0.0.1 site1.local >> /etc/hosts" - sudo su -c 'echo 127.0.0.1 site1.local >> /etc/hosts' - - docker exec -it frappe bash -c "bench start" - pip install requests - pip install time