diff --git a/.travis.yml b/.travis.yml index aa267ec..4fef0ad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,8 @@ branches: - dev install: - - docker build -t archlinux/dotfiles - < docker/archlinux/Dockerfile + - cd docker/archlinux + - docker build -t archlinux/dotfiles . script: - docker run archlinux/dotfiles test.sh