Created
February 13, 2015 05:25
-
-
Save jimmycuadra/e893a6746bf0998fac54 to your computer and use it in GitHub Desktop.
Travis config for a Lita plugin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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