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

This commit is contained in:
Ameya Shenoy 2018-04-30 11:30:27 +05:30 committed by Nabin Hait
parent 8da9a7e86f
commit b6ec76c2db

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