Skip to content

Commit

Permalink
Run tests against ruby 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
exAspArk committed Mar 4, 2019
1 parent 84aea1f commit 19c5842
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
sudo: false
language: ruby
before_install: gem install bundler -v 1.15.2
before_install:
- gem install bundler -v 1.15.2
- bundler --version
matrix:
include:
- gemfile: graphql-1.7.gemfile
Expand All @@ -21,3 +23,9 @@ matrix:
- gemfile: graphql-1.8.gemfile
env: GRAPHQL_RUBY_VERSION=1_8 CI=true
rvm: 2.5.1
- gemfile: graphql-1.7.gemfile
env: GRAPHQL_RUBY_VERSION=1_7 CI=true
rvm: 2.6.1
- gemfile: graphql-1.8.gemfile
env: GRAPHQL_RUBY_VERSION=1_8 CI=true
rvm: 2.6.1

0 comments on commit 19c5842

Please sign in to comment.