aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAsh Wilson <ash.d.wilson@gmail.com>2016-01-30 17:57:34 -0800
committerAsh Wilson <ash.d.wilson@gmail.com>2016-01-30 17:57:34 -0800
commit911d8669b7fbdb041397d3cb6b8618e65c9b763b (patch)
tree32f28317825634a838df8f99ca55b1883dbbbfb5 /.travis.yml
parent338fead9ceba14475cfd5daa5cd2bb7b0874347f (diff)
travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 8074af8..d64fa8c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,7 @@ language: ruby
env: DOCKERFILE=Ubuntu14.docker IMGNAME=ubu-grgsm SRC_IMGNAME=ubuntu:14.04
services:
- -docker
+ - docker
before_install:
- cat $DOCKERFILE | sed -e 's/SOURCE_IMAGE_NAME/$SRC_IMGNAME/g' > Dockerfile ; docker build -t $IMGNAME .