Revision 2397a1665808864a4a33cb2cc2536c067201191e authored by Matt Rogers on 24 October 2013, 03:49:50 UTC, committed by Matt Rogers on 24 October 2013, 03:49:50 UTC
1 parent fb6f8c1
Raw File
.travis.yml
language: ruby
before_install:
  - gem install bundler
rvm:
  - 2.0.0
  - 1.9.3
  - 1.9.2
  - 1.8.7
script: bundle exec rake
notifications:
  irc:
    on_success: change
    on_failure: change
    channels:
      - "irc.freenode.org#jekyll"
    #on_success: change
    #on_failure: change
    template:
      - "%{repository}#%{build_number} (%{branch}) %{message} %{build_url}"
  email:
    on_success: never
    on_failure: never
back to top