diff options
-rw-r--r-- | .travis.yml | 6 |
1 files 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" |