mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-06-02 22:08:36 -05:00
14 lines
219 B
YAML
14 lines
219 B
YAML
sudo: false
|
|
language: node_js
|
|
node_js:
|
|
- '10'
|
|
cache:
|
|
directories:
|
|
- node_modules
|
|
- .eslintcache
|
|
notifications:
|
|
webhooks: https://www.travisbuddy.com/
|
|
on_success: change
|
|
travisBuddy:
|
|
insertMode: update
|