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

15 lines
228 B
YAML
Raw Normal View History

2017-12-26 00:00:29 +01:00
sudo: required
services:
- docker
branches:
only:
- master
install:
2017-12-27 13:16:29 +01:00
- docker build -t archlinux/dotfiles -f docker/archlinux/Dockerfile .
2017-12-26 00:00:29 +01:00
script:
2017-12-27 13:16:29 +01:00
- docker run archlinux/dotfiles dotfiles/docker/archlinux/test.sh