1
0
Fork 0
mirror of https://github.com/fog/fog-aws.git synced 2022-11-09 13:50:52 -05:00
fog--fog-aws/.travis.yml
Joshua Lane 6db382d0ed
remove jruby-18mode from travis
```
$ rvm use jruby-d18 --install --binary --fuzzy
jruby-d18 is not installed - installing.
Searching for binary rubies, this might take some time.
Requested binary installation but no rubies are available to download, consider skipping --binary flag.
Gemset '' does not exist, 'rvm jruby-d18 do rvm gemset create ' first, or append '--create'.
The command "rvm use jruby-d18 --install --binary --fuzzy" failed and exited with 2 during .
```
2017-10-17 11:50:19 -07:00

61 lines
1.5 KiB
YAML

language: ruby
sudo: false
script: bundle exec rake test
branches:
except:
- "/\\Av\\d+\\Z/"
matrix:
fast_finish: true
include:
- rvm: 1.8.7
gemfile: gemfiles/Gemfile-ruby-1.8.7
- rvm: 1.9.3
gemfile: gemfiles/Gemfile-ruby-1.9
- rvm: 2.0.0
gemfile: gemfiles/Gemfile-ruby-2.0
- 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: 2.3.0
gemfile: gemfiles/Gemfile-edge
- rvm: 2.3.0
gemfile: Gemfile
- rvm: jruby-19mode
gemfile: gemfiles/Gemfile-ruby-1.9
- rvm: jruby-head
gemfile: Gemfile
allow_failures:
- rvm: jruby-head
gemfile: Gemfile
- rvm: 2.2.0
gemfile: gemfiles/Gemfile-edge
- rvm: 2.3.0
gemfile: gemfiles/Gemfile-edge
- rvm: 2.1.1
gemfile: gemfiles/Gemfile-edge
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
before_install:
- gem update bundler
env:
global:
secure: LlDKdKSRo3sEjQ55XesbOXhKZ3RrOtqoD1ZL8Wx39K3iVzeEV3Kc8HjDfEvo7R4pOc3BMTNJcputklVEPN0FkWGN7Py+OEtbHj3IZl0MX+KEWNk0gU+4+sgPrL1eXUQyMUSkCrBsKg08rPel4KMYUOXbtnLyUU9PDbBwm4LJYOc=
after_success:
- bundle exec codeclimate-test-reporter