pokemon-showdown/.travis.yml
Guangcong Luo 5909977271
Remove TravisBuddy
It's still buggy and https://github.com/bluzi/travis-buddy/issues/144 hasn't been updated in months.

We should probably migrate away from Travis CI soon.
2019-05-09 12:32:33 +09:30

10 lines
133 B
YAML

sudo: false
language: node_js
node_js:
- '10'
cache:
directories:
- node_modules
- .eslintcache
script: npm run fulltest