Update .travis.yml

This commit is contained in:
Pratik Vyas 2014-02-14 15:07:53 +05:30
parent 84a77790e3
commit 195cab676a

View file

@ -16,14 +16,6 @@ script:
frappe -b -v test_site &&
frappe --run_tests -v test_site
branches:
except:
- develop
- master
- 3.x.x
- slow
- webshop_refactor
before_script:
- mysql -e 'create database travis' &&
- echo "USE mysql;\nUPDATE user SET password=PASSWORD('travis') WHERE user='travis';\nFLUSH PRIVILEGES;\n" | mysql -u root