Skip to content

Instantly share code, notes, and snippets.

@jimmycuadra
Created February 13, 2015 05:25
Show Gist options
  • Save jimmycuadra/e893a6746bf0998fac54 to your computer and use it in GitHub Desktop.
Save jimmycuadra/e893a6746bf0998fac54 to your computer and use it in GitHub Desktop.
Travis config for a Lita plugin
language: ruby
rvm:
- 2.0.0
script: bundle exec rspec
before_install:
- gem update --system
services:
- redis-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment