1
0
Fork 0
mirror of https://github.com/eoli3n/dotfiles synced 2024-05-27 09:56:07 +02:00
eoli3n-dotfiles/.travis.yml

19 lines
484 B
YAML

sudo: required
services:
- docker
branches:
only:
- master
install:
- docker build -t archlinux/dotfiles -f docker/archlinux/Dockerfile .
- docker build -t debian/dotfiles -f docker/debian/Dockerfile .
- docker build -t centos/dotfiles -f docker/centos/Dockerfile .
script:
- docker run archlinux/dotfiles dotfiles/docker/archlinux/test.sh
- docker run debian/dotfiles dotfiles/docker/debian/test.sh
- docker run centos/dotfiles dotfiles/docker/centos/test.sh