commit | 47bbf93f5003cc695e572d2fd572c13a4ac879e5 | [log] [tgz] |
---|---|---|
author | Jordan Harband <ljharb@gmail.com> | Sat Apr 19 22:58:41 2014 -0700 |
committer | Jordan Harband <ljharb@gmail.com> | Sat Apr 19 22:59:30 2014 -0700 |
tree | 4a8a6e524253cd7b99d60f17b3ebbb1248e82ea3 | |
parent | 7976a1343f28a3414f1271eb2dd71afb7532ba76 [diff] |
Travis CI defaults to ruby; c will be faster
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 +