2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-11-08 14:21:05 +00:00

removed pip install time from .travis.yml

Former-commit-id: 5cb5b92154
This commit is contained in:
vishalseshagiri 2017-08-03 12:43:19 +05:30
parent 58244ae233
commit e308b8717f

View File

@ -19,7 +19,6 @@ install:
- 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'
- pip install requests
- pip install time
script:
- docker-compose ps | grep -i frappe