mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
11 lines
175 B
YAML
11 lines
175 B
YAML
---
|
|
language: minimal
|
|
services:
|
|
- docker
|
|
- redis
|
|
before_install:
|
|
- docker build -t hyperglass/ubuntu -f ./tests/DockerfileUbuntu .
|
|
|
|
script:
|
|
- bash /tmp/dockersetup.sh
|