diff options
author | Oleg Morozenkov <reo7sp@users.noreply.github.com> | 2017-01-15 02:01:22 +0300 |
---|---|---|
committer | Oleg Morozenkov <reo7sp@users.noreply.github.com> | 2017-01-15 02:01:22 +0300 |
commit | ad676623168e7b7b083f66617087c6cf424000d1 (patch) | |
tree | 64a893a0c17e2a29c227ebdb53076e40ace19af0 /.travis.yml | |
parent | bbf030e1d315d6ba108a75a5ce0113485a2319ba (diff) |
Fix tests
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 5b6de8c..47656fe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,5 @@ services: - docker script: - - docker build -t reo7sp/tgbot-cpp . + - docker build -t reo7sp/tgbot-cpp -f Dockerfile_test . + - docker run --rm reo7sp/tgbot-cpp |