cloud-cache
Version:
[](https://travis-ci.org/blockai/cloud-cache)
18 lines • 335 B
YAML
sudo: required
services:
- docker
language: node_js
notifications:
email: false
node_js:
- 6
before_script:
- docker-compose up -d
env:
global:
- S3_ACCESS_KEY=AKIAIOSFODNN7EXAMPLE
- S3_SECRET_KEY=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
- S3_ENDPOINT=http://127.0.0.1:9000
matrix:
- STORE=fs
- STORE=s3