Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CI ruby versions #1815

Merged
merged 1 commit into from
May 3, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
48 changes: 24 additions & 24 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,56 +23,56 @@ matrix:
fast_finish: true

include:
- rvm: 2.5.0
env: RUN=mspec_opal_chrome
- rvm: 2.5.1
env: RUN=mspec_opal_chrome REINSTALL_BUNDLER=true

- rvm: 2.5.0
env: RUN=mspec_ruby_chrome
- rvm: 2.5.1
env: RUN=mspec_ruby_chrome REINSTALL_BUNDLER=true

# - rvm: 2.5.0
# - rvm: 2.5.1
# env:
# - RUN=browser_test
# - SAUCE_USERNAME=elia
# # SAUCE_ACCESS_KEY:
# - secure: GT13SjzU8vmqKIyY2LAXje+ndqevTsX/w71JkZHRLTrDUl0qcIod7xsfahbzGt2gOZPYZUkKiVaPoUenhc/YeJ2jTJVHeHY9UEl2II+3tOtuvp2jLadA//aBbsB6/09d7lIZMzpa93TL2R/SncPxugYW9v2o8o8Lwd2iIzowT/g=

- rvm: 2.5.0
env: RUN=jshint
- rvm: 2.5.1
env: RUN=jshint REINSTALL_BUNDLER=true

- rvm: 2.5.0
env: RUN=rubocop
- rvm: 2.5.1
env: RUN=rubocop REINSTALL_BUNDLER=true

- rvm: 2.5.0
env: RUN=mspec_opal_nodejs
- rvm: 2.5.1
env: RUN=mspec_opal_nodejs REINSTALL_BUNDLER=true

- rvm: 2.5.0
env: RUN=mspec_ruby_nodejs TZ="/usr/share/zoneinfo/Pacific/Fiji"
- rvm: 2.5.1
env: RUN=mspec_ruby_nodejs REINSTALL_BUNDLER=true TZ="/usr/share/zoneinfo/Pacific/Fiji"

- rvm: 2.5.0
env: RUN=minitest
- rvm: 2.5.1
env: RUN=minitest REINSTALL_BUNDLER=true

- rvm: 2.5.0
env: RUN=rspec RACK_VERSION='~> 2.0.0' CHECK_COVERAGE=true
- rvm: 2.5.1
env: RUN=rspec RACK_VERSION='~> 2.0.0' CHECK_COVERAGE=true REINSTALL_BUNDLER=true

- rvm: 2.5.0
env: RUN=smoke_test
- rvm: 2.5.1
env: RUN=smoke_test REINSTALL_BUNDLER=true

- rvm: ruby-head
env: RUN=rspec REINSTALL_BUNDLER=true

- rvm: 2.4.3
env: RUN=rspec RACK_VERSION='~> 2.0.0'
- rvm: 2.4.4
env: RUN=rspec RACK_VERSION='~> 2.0.0' REINSTALL_BUNDLER=true

- rvm: 2.3.6
- rvm: 2.3.7
env: RUN=rspec

- rvm: 2.2.9
- rvm: 2.2.10
env: RUN=rspec TILT_VERSION=2.0.1 SPROCKETS_VERSION='~> 3.7'

- rvm: 2.1.10
env: RUN=rspec RACK_VERSION='< 2.0'

- rvm: jruby-9.1.7.0
- rvm: jruby-9.1.17.0
env: RUN=rspec

- rvm: jruby-head
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ skip_tags: true
clone_depth: 10

environment:
ruby_version: '23'
ruby_version: '25'

branches:
only:
Expand Down