From 5e5e3e0588992a66e879e5e077175f614e387ec0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohnic=CC=81?= Date: Thu, 7 Mar 2013 16:09:02 -0500 Subject: [PATCH] skip Ruby stuff on Travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index dbd6c551..445df624 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,2 +1,4 @@ install: git clone https://github.com/sstephenson/bats.git script: bats/bin/bats test +# skips unnecessary Ruby-specific setup +language: node_js