mirror of
https://github.com/fog/fog-aws.git
synced 2022-11-09 13:50:52 -05:00
working tests
This commit is contained in:
parent
d48d376e9c
commit
dcfd354b8a
512 changed files with 1350 additions and 1175 deletions
47
.travis.yml
Normal file
47
.travis.yml
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
language: ruby
|
||||
|
||||
sudo: false
|
||||
|
||||
script: bundle exec rake test
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
include:
|
||||
- rvm: 1.8.7
|
||||
gemfile: gemfiles/Gemfile-ruby-1.8.7
|
||||
- rvm: 1.9.3
|
||||
gemfile: Gemfile
|
||||
- rvm: 2.0.0
|
||||
gemfile: Gemfile
|
||||
- rvm: 2.1.0
|
||||
gemfile: Gemfile
|
||||
- rvm: 2.1.1
|
||||
gemfile: Gemfile
|
||||
- rvm: 2.1.1
|
||||
gemfile: gemfiles/Gemfile-edge
|
||||
- rvm: 2.2.0
|
||||
gemfile: Gemfile
|
||||
- rvm: 2.2.0
|
||||
gemfile: gemfiles/Gemfile-edge
|
||||
- rvm: jruby-18mode
|
||||
gemfile: gemfiles/Gemfile-ruby-1.8.7
|
||||
- rvm: jruby-19mode
|
||||
gemfile: Gemfile
|
||||
- rvm: jruby-head
|
||||
gemfile: Gemfile
|
||||
|
||||
allow_failures:
|
||||
- rvm: jruby-head
|
||||
|
||||
notifications:
|
||||
email: false
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue