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
This commit is contained in:
Ben Alpert 2014-09-12 17:49:49 -07:00
parent 79ab06d88d
commit 3e78a76a47

4
.travis.yml Normal file
View File

@ -0,0 +1,4 @@
language: node_js
node_js:
- "0.11"
- "0.10"