discord-bot/.travis.yml
Dominik Korsa c69a408279
Rewrite bot in TypeScript (#45)
* Rewrite bot in TypeScript

* Remove lorem.js file

* Replace tsc with ts-node

* Fix infinite wait for typing to end

* Disable Travis CI on branches other than master

* Fix ping command

* Organize symbol command and interval check

* Remove unnecessary comment

* Split up GitHub utility functions

* Split up app version utility functions

* Split up UONET status utility functions

* Update CONTRIBUTING.md
2020-04-10 20:38:25 +02:00

10 lines
128 B
YAML

language: node_js
node_js:
- "node" # Latest stable Node.js release
branches:
only:
- master
script:
- npm run lint