Add a .travis.yml file to build the docker image

test-action
Vasile Popescu 4 years ago
parent 385b8e171c
commit 74c887ce87

@ -0,0 +1,6 @@
language: go
services:
- docker
script: docker build -t tty-proxy .
Loading…
Cancel
Save