1
0
Fork 0
mirror of https://github.com/eoli3n/dotfiles synced 2024-05-13 19:16:03 +02:00
eoli3n-dotfiles/.travis.yml
2017-12-27 11:53:35 +01:00

23 lines
393 B
YAML

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