aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAsh Wilson <ash.d.wilson@gmail.com>2016-01-30 18:29:00 -0800
committerAsh Wilson <ash.d.wilson@gmail.com>2016-01-30 18:29:00 -0800
commit83d7821d31d6a8abc970e13569b5147c2ae9598d (patch)
tree6c96a6627a7e26602f9ce75e1f007476b7515d4f /.travis.yml
parent911d8669b7fbdb041397d3cb6b8618e65c9b763b (diff)
I think this will work...
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 d64fa8c..2f96f8e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,4 +11,4 @@ before_install:
- cat $DOCKERFILE | sed -e 's/SOURCE_IMAGE_NAME/$SRC_IMGNAME/g' > Dockerfile ; docker build -t $IMGNAME .
script:
- - docker run -it --rm $IMGNAME /build_test_scripts/decode.sh
+ - docker run -it --rm $IMGNAME /src/build_test_scripts/decode.sh