mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-04-26 02:39:38 -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
|