Skip to content

Commit

Permalink
Merge pull request #22 from exAspArk/fix-travis
Browse files Browse the repository at this point in the history
Build tests with Travis CI with Ruby 2.5
  • Loading branch information
exAspArk committed Oct 18, 2018
2 parents 6570e87 + d57cf20 commit 0ec3f40
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,23 @@
sudo: false
language: ruby
rvm:
- 2.3.4
- 2.4.3
- 2.5.1
env:
- CI=true
before_install: gem install bundler -v 1.15.2
matrix:
include:
- gemfile: graphql-1.7.gemfile
env: GRAPHQL_RUBY_VERSION=1_7
env: GRAPHQL_RUBY_VERSION=1_7 CI=true
rvm: 2.3.4
- gemfile: graphql-1.8.gemfile
env: GRAPHQL_RUBY_VERSION=1_8
env: GRAPHQL_RUBY_VERSION=1_8 CI=true
rvm: 2.3.4
- gemfile: graphql-1.7.gemfile
env: GRAPHQL_RUBY_VERSION=1_7 CI=true
rvm: 2.4.3
- gemfile: graphql-1.8.gemfile
env: GRAPHQL_RUBY_VERSION=1_8 CI=true
rvm: 2.4.3
- gemfile: graphql-1.7.gemfile
env: GRAPHQL_RUBY_VERSION=1_7 CI=true
rvm: 2.5.1
- gemfile: graphql-1.8.gemfile
env: GRAPHQL_RUBY_VERSION=1_8 CI=true
rvm: 2.5.1

0 comments on commit 0ec3f40

Please sign in to comment.