pokemon-showdown/.travis.yml
Guangcong Luo bad35b3511 Update Node.js dependency to 4.x
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.
2015-11-06 16:36:13 -05:00

9 lines
107 B
YAML

sudo: false
language: node_js
node_js:
- "4.2"
cache:
directories:
- node_modules
- gulp-cache