From 3e78a76a4750563a00d9ed4e2d872f7c2466a61d Mon Sep 17 00:00:00 2001 From: Ben Alpert Date: Fri, 12 Sep 2014 17:49:49 -0700 Subject: [PATCH] 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 --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..78e1c0146 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,4 @@ +language: node_js +node_js: +- "0.11" +- "0.10"