www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 3e78a76a4750563a00d9ed4e2d872f7c2466a61d
parent 79ab06d88dc24d607c970fbe027d5dc27cf283a0
Author: Ben Alpert <spicyjalapeno@gmail.com>
Date:   Fri, 12 Sep 2014 17:49:49 -0700

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

Diffstat:
A.travis.yml | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -0,0 +1,4 @@ +language: node_js +node_js: +- "0.11" +- "0.10"