aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorVasil Velichkov <vvvelichkov@gmail.com>2018-03-27 02:37:49 +0300
committerPiotr Krysik <ptrkrysik@gmail.com>2018-03-30 22:34:52 +0200
commitbc2a23e0e7454fcba9770644055ac4d048db61e5 (patch)
treec2207171341d937738695fd2e1812a37370ab494 /.travis.yml
parent7476868d8ea79c6ba8944bb84d425afb35d5e1db (diff)
Check the gsm0503_xcch_decode return value
- Discard the message when gsm0503_xcch_decode returns -1 - Add automated decrypt test See https://groups.google.com/d/msg/gr-gsm/9nOkIdrGOck/qTZh47McCQAJ
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index fde90b4..2d66445 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,3 +20,4 @@ before_install:
script:
# - docker run -it --rm $IMGNAME sh -c 'cd /src/build;make test'
- docker run -it --rm $IMGNAME /src/tests/scripts/decode.sh
+ - docker run -it --rm $IMGNAME /src/tests/scripts/decrypt.sh