Files
KaTeX/.travis.yml
Ben Alpert 3e78a76a47 Enable travis-ci.org
This tests against Node 0.10 (latest stable) and 0.11 (latest dev).

Test Plan: Crossed fingers. In theory we'll see this at https://travis-ci.org/Khan/KaTeX as soon as I push it.

Auditors: emily
2014-09-12 17:50:39 -07:00

5 lines
45 B
YAML

language: node_js
node_js:
- "0.11"
- "0.10"