i still don't know why we're still using travis (#13817)

This commit is contained in:
Ameya Shenoy 2018-04-30 11:10:39 +05:30 committed by Nabin Hait
parent c925a38f79
commit f5f8a1f288

View File

@ -11,6 +11,7 @@ install:
- pip install flake8==3.3.0
- flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
- sudo rm /etc/apt/sources.list.d/docker.list
- sudo apt-get install hhvm && rm -rf /home/travis/.kiex/
- sudo apt-get purge -y mysql-common mysql-server mysql-client
- nvm install v7.10.0
- wget https://raw.githubusercontent.com/frappe/bench/master/playbooks/install.py