Skip to content

Commit

Permalink
Built tests with different GraphQL Ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
exAspArk committed Jun 29, 2018
1 parent 6be622d commit 478d6cc
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ rvm:
env:
- CI=true
before_install: gem install bundler -v 1.15.2
gemfile:
- graphql-1.7.gemfile
- graphql-1.8.gemfile
3 changes: 0 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
source "https://rubygems.org"

git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }

gem "pry"
gem 'coveralls', require: false

# Specify your gem's dependencies in graphql-guard.gemspec
gemspec
8 changes: 8 additions & 0 deletions graphql-1.7.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
source "https://rubygems.org"

gem "pry"
gem 'coveralls'

gem "graphql", "~> 1.7.14"

gemspec
8 changes: 8 additions & 0 deletions graphql-1.8.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
source "https://rubygems.org"

gem "pry"
gem 'coveralls'

gem "graphql", "~> 1.8.4"

gemspec

0 comments on commit 478d6cc

Please sign in to comment.