Highly-opinionated (ex-bullshit-free) MTPROTO proxy for Telegram. If you use v1.0 or upgrade broke you proxy, please read the chapter Version 2
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

.travis.yml 179B

12345678910111213141516171819
  1. ---
  2. language: go
  3. sudo: false
  4. dist: trusty
  5. go:
  6. - 1.13.x
  7. - master
  8. before_script: make prepare
  9. script:
  10. - make all
  11. - make lint
  12. matrix:
  13. allow_failures:
  14. - go: master