process_shared/.travis.yml

14 lines
225 B
YAML
Raw Normal View History

2013-02-21 18:59:04 +00:00
language: ruby
# NOTE: temporary workaround for Rubygems issue #763
before_install:
- gem update --system 2.1.11
- gem --version
2013-02-21 18:59:04 +00:00
rvm:
2013-12-30 16:04:25 +00:00
- 2.1.0
2013-02-21 19:09:08 +00:00
- 2.0.0
2013-02-21 18:59:04 +00:00
- 1.9.3
- 1.9.2
- 1.8.7
2013-02-21 19:09:08 +00:00
- ree
notifications:
email: false