1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/.travis.yml

42 lines
702 B
YAML
Raw Normal View History

language: ruby
sudo: false
dist: trusty
script: bundle exec rake travis
rvm:
- 2.1
- 2.2
- 2.3
- 2.4
2018-04-19 12:30:20 -04:00
- 2.5
- jruby-head
gemfile:
- Gemfile
- gemfiles/Gemfile-edge
2013-06-21 13:02:21 -04:00
matrix:
2014-02-19 05:11:43 -05:00
fast_finish: true
allow_failures:
- rvm: jruby-head
include:
- rvm: 2.0
gemfile: gemfiles/Gemfile-2.0
- rvm: 2.0
gemfile: gemfiles/Gemfile-edge-2.0
2013-06-21 13:02:21 -04:00
notifications:
email: false
2013-06-21 13:02:21 -04:00
irc:
channels:
- "irc.freenode.org#ruby-fog"
template:
- "[#%{build_number}] %{message} %{build_url}"
- "[#%{build_number}] %{commit} on %{branch} by %{author}"
- "[#%{build_number}] %{compare_url}"
on_success: always
on_failure: always
use_notice: false