aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorPiotr Krysik <ptrkrysik@gmail.com>2016-04-11 22:36:52 +0200
committerPiotr Krysik <ptrkrysik@gmail.com>2016-04-11 22:36:52 +0200
commita0340276a3b9993df9165e1d69bd01c496301393 (patch)
tree352b89ad0ae948d3f26743778b3ca322c985c888 /.travis.yml
parentd189ad17356be1060c29bf1c1b87f80196a0dc8a (diff)
Corrected travis.yml to point to a correct directory with the decode.sh test script
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 a3eb5d3..71398a5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,4 +14,4 @@ before_install:
- cat $DOCKERFILE > Dockerfile ; docker build -t $IMGNAME .
script:
- - docker run -it --rm $IMGNAME /src/test/tests/decode.sh
+ - docker run -it --rm $IMGNAME /src/tests/scripts/decode.sh