Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update .travis.yml #427

Merged
merged 1 commit into from
May 3, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ bundle
.rvmrc
.vagrant
Gemfile.lock
Gemfile.ruby_dep.lock
spec/.fixtures
coverage
.ruby-version
Expand Down
14 changes: 11 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,30 @@ bundler_args: --without development
before_install:
- gem install bundler
- gem update bundler
- gem install ruby_dep
- gem update ruby_dep
- bundle install --gemfile=Gemfile.ruby_dep --path vendor/bundle
rvm:
- 2.2.5
- 2.2.7
- 2.3.4
- 2.4.1
- ruby-head
- jruby-head
- rbx-2
- jruby-9.1.2.0
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
- rvm: rbx-2
exclude:
- rvm: 2.3.4
os: osx
- rvm: 2.4.1
os: osx
- rvm: jruby-head
os: osx
- rvm: rbx-2
os: osx
fast_finish: true
os:
- linux
- osx
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.ruby_dep
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
source 'https://rubygems.org'

gem 'ruby_dep'