mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-18 22:25:09 +00:00
update travis
This commit is contained in:
parent
975aea90f3
commit
37765cfc12
1 changed files with 9 additions and 1 deletions
10
.travis.yml
10
.travis.yml
|
|
@ -1,3 +1,5 @@
|
|||
sudo: required
|
||||
|
||||
language: python
|
||||
|
||||
python:
|
||||
|
|
@ -9,8 +11,14 @@ env:
|
|||
services:
|
||||
- docker
|
||||
|
||||
install:
|
||||
before_install:
|
||||
- sudo rm /usr/local/bin/docker-compose
|
||||
- curl -L https://github.com/docker/compose/releases/download/${DOCKER_COMPOSE_VERSION}/docker-compose-`uname -s`-`uname -m` > docker-compose
|
||||
- chmod +x docker-compose
|
||||
- sudo mv docker-compose /usr/local/bin
|
||||
- chmod u+x ./dbench
|
||||
|
||||
install:
|
||||
- ./dbench --setup
|
||||
- ./dbench --init
|
||||
- pip install --upgrade virtualenv
|
||||
|
|
|
|||
Loading…
Reference in a new issue