mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-03-21 17:25:10 -05:00
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.
10 lines
133 B
YAML
10 lines
133 B
YAML
sudo: false
|
|
language: node_js
|
|
node_js:
|
|
- '10'
|
|
cache:
|
|
directories:
|
|
- node_modules
|
|
- .eslintcache
|
|
script: npm run fulltest
|