From abb124e7c79e9ca1af821939723b81138f773ccb Mon Sep 17 00:00:00 2001 From: Kornelius Kalnbach Date: Fri, 19 Aug 2011 03:34:27 +0200 Subject: travis debug --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8a6503e..acf8ed3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ rvm: - - 1.8.6 - - 1.8.7 # (current default) + # - 1.8.6 # doesn't work on Travis CI? http://travis-ci.org/#!/rubychan/coderay/builds/88416 + - 1.8.7 - 1.9.2 - ruby-head - rbx @@ -11,4 +11,4 @@ branches: only: - master - stable -# script: "bundle exec rake test test:scanners" +script: "rake" -- cgit v1.2.1