From b2538bab081ceeced1313e784418eb834aa86f3a Mon Sep 17 00:00:00 2001 From: Faris Ansari Date: Tue, 6 Jun 2017 14:26:44 +0530 Subject: [PATCH] Remove testcafe from travis --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index ef2bcbe7fe..bfebd00947 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,6 @@ install: - wget https://raw.githubusercontent.com/frappe/bench/master/playbooks/install.py - sudo python install.py --develop --user travis --without-bench-setup - sudo pip install -e ~/bench - - npm install -g testcafe - rm $TRAVIS_BUILD_DIR/.git/shallow - cd ~/ && bench init frappe-bench --frappe-path $TRAVIS_BUILD_DIR @@ -27,8 +26,6 @@ install: script: - set -e - bench --verbose run-tests - - bench reinstall --yes - - testcafe chrome apps/frappe/frappe/tests/testcafe/ before_script: - mysql -u root -ptravis -e 'create database test_frappe'