mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
test travis
This commit is contained in:
10
.travis.yml
Normal file
10
.travis.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
language: minimal
|
||||
services:
|
||||
- docker
|
||||
- redis
|
||||
before_install:
|
||||
- docker build -t hyperglass/ubuntu -f ./tests/DockerfileUbuntu .
|
||||
|
||||
script:
|
||||
- bash /tmp/dockersetup.sh
|
Reference in New Issue
Block a user