diff options
author | Oleg Morozenkov <omorozenkov@gmail.com> | 2016-04-02 23:48:29 +0300 |
---|---|---|
committer | Oleg Morozenkov <omorozenkov@gmail.com> | 2016-04-02 23:48:29 +0300 |
commit | 9aaedd6a5654b5589138521db24ba4b04d9b0d6b (patch) | |
tree | dc40ea3864df6f39bcbc550c9c48ee447f2b2a56 /.travis.yml | |
parent | b6fd8d8ff899240580c5973bd75d74c5167b8d3d (diff) |
Travis CI
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..5b6de8c --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +sudo: required + +services: + - docker + +script: + - docker build -t reo7sp/tgbot-cpp . |