Skip to content

Commit

Permalink
Merge branch 'fix-ci'
Browse files Browse the repository at this point in the history
  • Loading branch information
exAspArk committed Oct 24, 2019
2 parents 83e08a7 + b43adb0 commit c70797f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sudo: false
language: ruby
before_install: gem install bundler -v 1.15.2
before_install: gem install bundler -v 1.17.3
matrix:
include:
- gemfile: graphql-1.7.gemfile
Expand All @@ -17,10 +17,10 @@ matrix:
rvm: 2.4.5
- gemfile: graphql-1.7.gemfile
env: GRAPHQL_RUBY_VERSION=1_7 CI=true
rvm: 2.5.3
rvm: 2.5.7
- gemfile: graphql-1.8.gemfile
env: GRAPHQL_RUBY_VERSION=1_8 CI=true
rvm: 2.5.3
rvm: 2.5.7
- gemfile: graphql-1.7.gemfile
env: GRAPHQL_RUBY_VERSION=1_7 CI=true
rvm: 2.6.1
Expand Down

0 comments on commit c70797f

Please sign in to comment.