Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Commit

Permalink
Add .travis.yml to test on travis-ci.com
Browse files Browse the repository at this point in the history
  • Loading branch information
davidxia committed Aug 19, 2018
1 parent 6843bc0 commit ba6f730
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
@@ -0,0 +1,9 @@
sudo: required

services:
- docker

script:
- DOCKER_TAG=travisci make -f Makefile.docker image
# make sure image can run
- docker run -e LOG_TO_SYSLOG=0 -v /var/run/docker.sock:/var/run/docker.sock spotify/docker-gc:travisci

0 comments on commit ba6f730

Please sign in to comment.