1
0
Fork 0
mirror of https://github.com/eoli3n/dotfiles synced 2024-05-10 17:46:07 +02:00
eoli3n-dotfiles/.travis.yml

23 lines
393 B
YAML
Raw Normal View History

2017-12-26 00:00:29 +01:00
sudo: required
services:
- docker
branches:
only:
- master
- dev
install:
2017-12-26 01:07:30 +01:00
- cd docker/archlinux
- docker build -t archlinux/dotfiles .
2017-12-27 11:14:03 +01:00
- cd ../debian
- docker build -t debian/dotfiles .
2017-12-27 11:53:35 +01:00
- cd ../centos
- docker build -t centos/dotfiles .
2017-12-26 00:00:29 +01:00
script:
2017-12-26 00:49:10 +01:00
- docker run archlinux/dotfiles test.sh
2017-12-27 11:14:03 +01:00
- docker run debian/dotfiles test.sh
2017-12-27 11:53:35 +01:00
- docker run centos/dotfiles test.sh