mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-04-28 11:46:55 -05:00
PS now officially supports Node.js 4.x and later. Unofficially, most versions of iojs are still supported, although this will probably change as we start using more ES6 features.
9 lines
107 B
YAML
9 lines
107 B
YAML
sudo: false
|
|
language: node_js
|
|
node_js:
|
|
- "4.2"
|
|
cache:
|
|
directories:
|
|
- node_modules
|
|
- gulp-cache
|