atempting cache

This commit is contained in:
chabad360 2018-08-01 15:37:17 -07:00
parent 567307ab62
commit 2df1b1826c

View file

@ -1,3 +1,5 @@
sudo: required
language: python
python:
@ -10,7 +12,9 @@ services:
- docker
install:
- if [[ -e ~/docker/image.tar ]]; then docker load -i ~/docker/image.tar; fi
- docker-compose build
- mkdir -p ~/docker; docker save frappe > ~/docker/image.tar
- docker-compose up -d
- ./dbench init
- pip install --upgrade virtualenv
@ -26,3 +30,8 @@ script:
- docker-compose ps | grep -i mariadb
- python test.py
- docker-compose stop
cache:
directories:
- ~/docker