Skip to content

Commit

Permalink
add graphql master to travis matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Nov 8, 2018
1 parent 4a9af52 commit ab59ddf
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ matrix:
gemfile: gemfiles/activerecord_edge.gemfile
- rvm: 2.5.1
gemfile: gemfiles/activerecord_edge.gemfile
- rvm: 2.5.1
gemfile: gemfiles/graphql_edge.gemfile
- rvm: 2.5.1
gemfile: gemfiles/activerecord_5.2.gemfile
- rvm: 2.4.3
Expand All @@ -18,6 +20,8 @@ matrix:
allow_failures:
- rvm: ruby-head
gemfile: gemfiles/activerecord_edge.gemfile
- rvm: 2.5.1
gemfile: gemfiles/graphql_edge.gemfile
before_install:
- gem update --system
- gem install bundler -v 1.15.4
4 changes: 4 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ end
appraise 'activerecord-edge' do
gem 'activerecord', github: "rails/rails"
end

appraise 'graphql-edge' do
gem 'graphql', github: "rmosolgo/graphql-ruby"
end
7 changes: 7 additions & 0 deletions gemfiles/graphql_edge.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "graphql", git: "https://github.com/rmosolgo/graphql-ruby"

gemspec path: "../"

0 comments on commit ab59ddf

Please sign in to comment.