From 47bbf93f5003cc695e572d2fd572c13a4ac879e5 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sat, 19 Apr 2014 22:58:41 -0700 Subject: [PATCH] Travis CI defaults to ruby; c will be faster --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3678102..a4fa151 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,8 @@ -language: bash +language: c # defaults to ruby install: - sudo apt-get install ksh zsh -y before_script: - curl -o /tmp/urchin https://raw.github.com/scraperwiki/urchin/master/urchin && chmod +x /tmp/urchin script: - NVM_DIR=$TRAVIS_BUILD_DIR make URCHIN=/tmp/urchin test +