actually try running docker instead of the test script
This commit is contained in:
parent
f9564aa007
commit
ef136e67ee
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
language: bash
|
||||
|
||||
script: ./bunsen/test
|
||||
script: docker run -v `pwd`:/root/dev/dotfiles/ debian:jessie /root/dev/dotfiles/bunsen/test
|
||||
|
||||
sudo: required
|
||||
|
||||
|
|
Loading…
Reference in a new issue